Home
last modified time | relevance | path

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

/linux/include/uapi/linux/netfilter_bridge/
H A Debtables.h52 struct ebt_entries __user *hook_entry[NF_BR_NUMHOOKS];
68 struct ebt_entries *hook_entry[NF_BR_NUMHOOKS];
76 struct ebt_entries { struct
278 __i += sizeof(struct ebt_entries); \
/linux/net/bridge/netfilter/
H A Debtable_nat.c19 static struct ebt_entries initial_chains[] = {
37 .entries_size = 3 * sizeof(struct ebt_entries),
H A Debtable_filter.c19 static struct ebt_entries initial_chains[] = {
37 .entries_size = 3 * sizeof(struct ebt_entries),
H A Debtables.c204 struct ebt_entries *chaininfo; in ebt_do_table()
292 chaininfo = (struct ebt_entries *) (base + verdict); in ebt_do_table()
504 newinfo->hook_entry[i] = (struct ebt_entries *)e; in ebt_verify_pointers()
505 if (left < sizeof(struct ebt_entries)) in ebt_verify_pointers()
507 offset += sizeof(struct ebt_entries); in ebt_verify_pointers()
555 if (((struct ebt_entries *)e)->policy != EBT_DROP && in ebt_check_entry_size_and_hooks()
556 ((struct ebt_entries *)e)->policy != EBT_ACCEPT) { in ebt_check_entry_size_and_hooks()
559 ((struct ebt_entries *)e)->policy != EBT_RETURN) in ebt_check_entry_size_and_hooks()
564 if (((struct ebt_entries *)e)->counter_offset != *totalcnt) in ebt_check_entry_size_and_hooks()
566 *n = ((struct ebt_entries *) in ebt_check_entry_size_and_hooks()
[all...]
H A Debtable_broute.c24 static struct ebt_entries initial_chain = {
32 .entries_size = sizeof(struct ebt_entries),
/linux/include/linux/netfilter_bridge/
H A Debtables.h74 struct ebt_entries *chaininfo; /* pointer to chain data */
84 struct ebt_entries *hook_entry[NF_BR_NUMHOOKS];