Home
last modified time | relevance | path

Searched refs:EBT_NOPROTO (Results 1 – 6 of 6) sorted by relevance

/external/iptables/iptables/
Dnft-bridge.h46 #define EBT_NOPROTO 0x02 macro
50 #define EBT_F_MASK (EBT_NOPROTO | EBT_802_3 | EBT_SOURCEMAC | EBT_DESTMAC \
Dnft-bridge.c141 if ((fw->bitmask & EBT_NOPROTO) == 0) { in nft_bridge_add()
249 fw->bitmask &= ~EBT_NOPROTO; in nft_bridge_parse_payload()
523 cs->eb.bitmask = EBT_NOPROTO; in nft_rule_to_ebtables_command_state()
589 if (bitmask & EBT_NOPROTO) in print_protocol()
843 if ((cs->eb.bitmask & EBT_NOPROTO) == 0) { in nft_bridge_xlate()
Dxtables-eb-translate.c203 .eb.bitmask = EBT_NOPROTO, in do_commandeb_xlate()
443 cs.eb.bitmask &= ~((unsigned int)EBT_NOPROTO); in do_commandeb_xlate()
Dxtables-eb.c736 .eb.bitmask = EBT_NOPROTO, in do_commandeb()
1033 cs.eb.bitmask &= ~((unsigned int)EBT_NOPROTO); in do_commandeb()
Dnft.c2931 .eb.bitmask = EBT_NOPROTO, in ebt_add_policy_rule()
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
Debtables.h105 #define EBT_NOPROTO 0x02 macro
109 #define EBT_F_MASK (EBT_NOPROTO | EBT_802_3 | EBT_SOURCEMAC | EBT_DESTMAC \