Home
last modified time | relevance | path

Searched refs:ebt_entry (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/include/uapi/linux/netfilter_bridge/
Debtables.h168 struct ebt_entry { struct
195 ebt_get_target(struct ebt_entry *e) in ebt_get_target() argument
222 for (__i = sizeof(struct ebt_entry); \
266 struct ebt_entry *__entry; \
/Linux-v5.4/net/bridge/netfilter/
Debtables.c118 ebt_basic_match(const struct ebt_entry *e, const struct sk_buff *skb, in ebt_basic_match()
167 struct ebt_entry *ebt_next_entry(const struct ebt_entry *entry) in ebt_next_entry()
173 ebt_get_target_c(const struct ebt_entry *e) in ebt_get_target_c()
175 return ebt_get_target((struct ebt_entry *)e); in ebt_get_target_c()
185 struct ebt_entry *point; in ebt_do_table()
208 point = (struct ebt_entry *)(private->hook_entry[hook]->data); in ebt_do_table()
286 point = (struct ebt_entry *)chaininfo->data; in ebt_do_table()
357 const struct ebt_entry *e = par->entryinfo; in ebt_check_match()
394 const struct ebt_entry *e = par->entryinfo; in ebt_check_watcher()
443 struct ebt_entry *e = (void *)newinfo->entries + offset; in ebt_verify_pointers()
[all …]
Debt_arpreply.c65 const struct ebt_entry *e = par->entryinfo; in ebt_arpreply_tg_check()
Debt_vlan.c80 const struct ebt_entry *e = par->entryinfo; in ebt_vlan_mt_check()
Debt_arp.c104 const struct ebt_entry *e = par->entryinfo; in ebt_arp_mt_check()
Debt_ip.c107 const struct ebt_entry *e = par->entryinfo; in ebt_ip_mt_check()
Debt_ip6.c108 const struct ebt_entry *e = par->entryinfo; in ebt_ip6_mt_check()
Debt_stp.c157 const struct ebt_entry *e = par->entryinfo; in ebt_stp_mt_check()
/Linux-v5.4/include/linux/netfilter_bridge/
Debtables.h75 struct ebt_entry *e; /* pointer to entry data */
/Linux-v5.4/net/netfilter/
Dnft_compat.c55 struct ebt_entry ebt;