Searched refs:EBT_NOPROTO (Results 1 – 6 of 6) sorted by relevance
46 #define EBT_NOPROTO 0x02 macro50 #define EBT_F_MASK (EBT_NOPROTO | EBT_802_3 | EBT_SOURCEMAC | EBT_DESTMAC \
141 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()
203 .eb.bitmask = EBT_NOPROTO, in do_commandeb_xlate()443 cs.eb.bitmask &= ~((unsigned int)EBT_NOPROTO); in do_commandeb_xlate()
736 .eb.bitmask = EBT_NOPROTO, in do_commandeb()1033 cs.eb.bitmask &= ~((unsigned int)EBT_NOPROTO); in do_commandeb()
2931 .eb.bitmask = EBT_NOPROTO, in ebt_add_policy_rule()
105 #define EBT_NOPROTO 0x02 macro109 #define EBT_F_MASK (EBT_NOPROTO | EBT_802_3 | EBT_SOURCEMAC | EBT_DESTMAC \