EBT_IPROTO        119 include/uapi/linux/netfilter_bridge/ebtables.h #define EBT_INV_MASK (EBT_IPROTO | EBT_IIN | EBT_IOUT | EBT_ILOGICALIN \
EBT_IPROTO        108 net/bridge/netfilter/ebt_arp.c 	   e->invflags & EBT_IPROTO)
EBT_IPROTO         70 net/bridge/netfilter/ebt_arpreply.c 	    e->invflags & EBT_IPROTO)
EBT_IPROTO        110 net/bridge/netfilter/ebt_ip.c 	   e->invflags & EBT_IPROTO)
EBT_IPROTO        111 net/bridge/netfilter/ebt_ip6.c 	if (e->ethproto != htons(ETH_P_IPV6) || e->invflags & EBT_IPROTO)
EBT_IPROTO        131 net/bridge/netfilter/ebtables.c 		if (NF_INVF(e, EBT_IPROTO, eth_proto_is_802_3(ethproto)))
EBT_IPROTO        134 net/bridge/netfilter/ebtables.c 		   NF_INVF(e, EBT_IPROTO, e->ethproto != ethproto))
EBT_IPROTO        380 net/bridge/netfilter/ebtables.c 	      ntohs(e->ethproto), e->invflags & EBT_IPROTO);
EBT_IPROTO        417 net/bridge/netfilter/ebtables.c 	      ntohs(e->ethproto), e->invflags & EBT_IPROTO);
EBT_IPROTO        743 net/bridge/netfilter/ebtables.c 	      ntohs(e->ethproto), e->invflags & EBT_IPROTO);
EBT_IPROTO        156 net/netfilter/nft_compat.c 		entry->ebt.invflags = inv ? EBT_IPROTO : 0;
EBT_IPROTO        400 net/netfilter/nft_compat.c 		entry->ebt.invflags = inv ? EBT_IPROTO : 0;