Home
last modified time | relevance | path

Searched refs:EBT_IPROTO (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/include/uapi/linux/netfilter_bridge/
Debtables.h112 #define EBT_IPROTO 0x01 macro
119 #define EBT_INV_MASK (EBT_IPROTO | EBT_IIN | EBT_IOUT | EBT_ILOGICALIN \
/linux-5.19.10/net/bridge/netfilter/
Debt_arpreply.c70 e->invflags & EBT_IPROTO) in ebt_arpreply_tg_check()
Debt_arp.c108 e->invflags & EBT_IPROTO) in ebt_arp_mt_check()
Debt_ip.c110 e->invflags & EBT_IPROTO) in ebt_ip_mt_check()
Debt_ip6.c111 if (e->ethproto != htons(ETH_P_IPV6) || e->invflags & EBT_IPROTO) in ebt_ip6_mt_check()
Debtables.c144 if (NF_INVF(e, EBT_IPROTO, eth_proto_is_802_3(ethproto))) in ebt_basic_match()
147 NF_INVF(e, EBT_IPROTO, e->ethproto != ethproto)) in ebt_basic_match()
419 ntohs(e->ethproto), e->invflags & EBT_IPROTO); in ebt_check_match()
456 ntohs(e->ethproto), e->invflags & EBT_IPROTO); in ebt_check_watcher()
782 ntohs(e->ethproto), e->invflags & EBT_IPROTO); in ebt_check_entry()
/linux-5.19.10/net/netfilter/
Dnft_compat.c164 entry->ebt.invflags = inv ? EBT_IPROTO : 0; in nft_target_set_tgchk_param()
441 entry->ebt.invflags = inv ? EBT_IPROTO : 0; in nft_match_set_mtchk_param()