Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/netfilter_bridge/
Debtables.h155 struct ebt_entry { struct
203 for (__i = sizeof(struct ebt_entry); \
247 struct ebt_entry *__entry; \
/linux-4.4.14/net/bridge/netfilter/
Debtables.c128 ebt_basic_match(const struct ebt_entry *e, const struct sk_buff *skb, in ebt_basic_match()
180 struct ebt_entry *ebt_next_entry(const struct ebt_entry *entry) in ebt_next_entry()
192 struct ebt_entry *point; in ebt_do_table()
219 point = (struct ebt_entry *)(private->hook_entry[hook]->data); in ebt_do_table()
303 point = (struct ebt_entry *)chaininfo->data; in ebt_do_table()
364 const struct ebt_entry *e = par->entryinfo; in ebt_check_match()
395 const struct ebt_entry *e = par->entryinfo; in ebt_check_watcher()
438 struct ebt_entry *e = (void *)newinfo->entries + offset; in ebt_verify_pointers()
465 if (left < sizeof(struct ebt_entry)) in ebt_verify_pointers()
469 if (e->next_offset < sizeof(struct ebt_entry)) in ebt_verify_pointers()
[all …]
Debt_arpreply.c63 const struct ebt_entry *e = par->entryinfo; in ebt_arpreply_tg_check()
Debt_vlan.c91 const struct ebt_entry *e = par->entryinfo; in ebt_vlan_mt_check()
Debt_ip.c83 const struct ebt_entry *e = par->entryinfo; in ebt_ip_mt_check()
Debt_arp.c106 const struct ebt_entry *e = par->entryinfo; in ebt_arp_mt_check()
Debt_ip6.c102 const struct ebt_entry *e = par->entryinfo; in ebt_ip6_mt_check()
Debt_stp.c161 const struct ebt_entry *e = par->entryinfo; in ebt_stp_mt_check()
/linux-4.4.14/include/linux/netfilter_bridge/
Debtables.h78 struct ebt_entry *e; /* pointer to entry data */
/linux-4.4.14/net/netfilter/
Dnft_compat.c45 struct ebt_entry ebt;