Home
last modified time | relevance | path

Searched refs:hook_entry (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/net/bridge/netfilter/
Debtables.c217 chaininfo = private->hook_entry[hook]; in ebt_do_table()
218 nentries = private->hook_entry[hook]->nentries; in ebt_do_table()
219 point = (struct ebt_entry *)(private->hook_entry[hook]->data); in ebt_do_table()
220 counter_base = cb_base + private->hook_entry[hook]->counter_offset; in ebt_do_table()
431 newinfo->hook_entry[i] = NULL; in ebt_verify_pointers()
446 if ((char __user *)repl->hook_entry[i] == in ebt_verify_pointers()
460 newinfo->hook_entry[i] = (struct ebt_entries *)e; in ebt_verify_pointers()
481 if (!newinfo->hook_entry[i] && in ebt_verify_pointers()
503 if ((void *)e == (void *)newinfo->hook_entry[i]) in ebt_check_entry_size_and_hooks()
573 if (newinfo->hook_entry[i] == (struct ebt_entries *)e) in ebt_get_udc_positions()
[all …]
Debtable_broute.c30 .hook_entry = {
Debtable_nat.c36 .hook_entry = {
Debtable_filter.c36 .hook_entry = {
/linux-4.4.14/net/ipv4/netfilter/
Darp_tables.c286 e = get_entry(table_base, private->hook_entry[hook]); in arpt_do_table()
394 unsigned int pos = newinfo->hook_entry[hook]; in mark_source_chains()
605 newinfo->hook_entry[h] = hook_entries[h]; in check_entry_size_and_hooks()
653 newinfo->hook_entry[i] = 0xFFFFFFFF; in translate_table()
664 repl->hook_entry, in translate_table()
689 if (newinfo->hook_entry[i] == 0xFFFFFFFF) { in translate_table()
691 i, repl->hook_entry[i]); in translate_table()
865 if (info->hook_entry[i] && in compat_calc_entry()
866 (e < (struct arpt_entry *)(base + info->hook_entry[i]))) in compat_calc_entry()
867 newinfo->hook_entry[i] -= off; in compat_calc_entry()
[all …]
Dip_tables.c263 root = get_entry(private->entries, private->hook_entry[hook]); in trace_packet()
268 xt_entry_foreach(iter, root, private->size - private->hook_entry[hook]) in trace_packet()
347 e = get_entry(table_base, private->hook_entry[hook]); in ipt_do_table()
469 unsigned int pos = newinfo->hook_entry[hook]; in mark_source_chains()
767 newinfo->hook_entry[h] = hook_entries[h]; in check_entry_size_and_hooks()
822 newinfo->hook_entry[i] = 0xFFFFFFFF; in translate_table()
832 repl->hook_entry, in translate_table()
854 if (newinfo->hook_entry[i] == 0xFFFFFFFF) { in translate_table()
856 i, repl->hook_entry[i]); in translate_table()
1050 if (info->hook_entry[i] && in compat_calc_entry()
[all …]
/linux-4.4.14/net/ipv6/netfilter/
Dip6_tables.c292 root = get_entry(private->entries, private->hook_entry[hook]); in trace_packet()
297 xt_entry_foreach(iter, root, private->size - private->hook_entry[hook]) in trace_packet()
373 e = get_entry(table_base, private->hook_entry[hook]); in ip6t_do_table()
481 unsigned int pos = newinfo->hook_entry[hook]; in mark_source_chains()
779 newinfo->hook_entry[h] = hook_entries[h]; in check_entry_size_and_hooks()
834 newinfo->hook_entry[i] = 0xFFFFFFFF; in translate_table()
844 repl->hook_entry, in translate_table()
866 if (newinfo->hook_entry[i] == 0xFFFFFFFF) { in translate_table()
868 i, repl->hook_entry[i]); in translate_table()
1062 if (info->hook_entry[i] && in compat_calc_entry()
[all …]
/linux-4.4.14/include/uapi/linux/netfilter_arp/
Darp_tables.h142 unsigned int hook_entry[NF_ARP_NUMHOOKS]; member
170 unsigned int hook_entry[NF_ARP_NUMHOOKS]; member
/linux-4.4.14/include/uapi/linux/netfilter_ipv4/
Dip_tables.h164 unsigned int hook_entry[NF_INET_NUMHOOKS]; member
192 unsigned int hook_entry[NF_INET_NUMHOOKS]; member
/linux-4.4.14/include/uapi/linux/netfilter_ipv6/
Dip6_tables.h204 unsigned int hook_entry[NF_INET_NUMHOOKS]; member
232 unsigned int hook_entry[NF_INET_NUMHOOKS]; member
/linux-4.4.14/include/uapi/linux/netfilter_bridge/
Debtables.h48 struct ebt_entries __user *hook_entry[NF_BR_NUMHOOKS]; member
64 struct ebt_entries *hook_entry[NF_BR_NUMHOOKS]; member
/linux-4.4.14/net/netfilter/
Dxt_repldata.h40 tbl->repl.hook_entry[hooknum] = bytes; \
/linux-4.4.14/include/linux/netfilter_bridge/
Debtables.h87 struct ebt_entries *hook_entry[NF_BR_NUMHOOKS]; member
/linux-4.4.14/include/linux/netfilter/
Dx_tables.h219 unsigned int hook_entry[NF_INET_NUMHOOKS]; member