Home
last modified time | relevance | path

Searched refs:ebt (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/bridge/netfilter/
H A DKconfig57 tristate "ebt: broute table support"
67 tristate "ebt: filter table support"
76 tristate "ebt: nat table support"
87 tristate "ebt: 802.3 filter support"
103 tristate "ebt: ARP filter support"
111 tristate "ebt: IP filter support"
119 tristate "ebt: IP6 filter support"
128 tristate "ebt: limit match support"
158 tristate "ebt: STP filter support"
221 tristate "ebt: log support"
[all …]
/openbmc/linux/net/netfilter/
H A Dnft_compat.c56 struct ebt_entry ebt; member
163 entry->ebt.ethproto = (__force __be16)proto; in nft_target_set_tgchk_param()
164 entry->ebt.invflags = inv ? EBT_IPROTO : 0; in nft_target_set_tgchk_param()
464 entry->ebt.ethproto = (__force __be16)proto; in nft_match_set_mtchk_param()
465 entry->ebt.invflags = inv ? EBT_IPROTO : 0; in nft_match_set_mtchk_param()