XT_INV_PROTO       73 include/linux/netfilter_ipv4/ip_tables.h #define IPT_INV_PROTO		XT_INV_PROTO
XT_INV_PROTO       85 include/linux/netfilter_ipv6/ip6_tables.h #define IP6T_INV_PROTO		XT_INV_PROTO
XT_INV_PROTO      112 net/ipv4/netfilter/ipt_ECN.c 	    && (e->ip.proto != IPPROTO_TCP || (e->ip.invflags & XT_INV_PROTO))) {
XT_INV_PROTO      189 net/ipv4/netfilter/ipt_REJECT.c 		    || (e->ip.invflags & XT_INV_PROTO)) {
XT_INV_PROTO      227 net/ipv6/netfilter/ip6t_REJECT.c 		    || (e->ipv6.invflags & XT_INV_PROTO)) {
XT_INV_PROTO      154 net/netfilter/xt_multiport.c 		&& !(ip_invflags & XT_INV_PROTO)