Home
last modified time | relevance | path

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

/linux/net/bridge/netfilter/
H A Debtables.c222 chaininfo = private->hook_entry[hook]; in ebt_do_table()
223 nentries = private->hook_entry[hook]->nentries; in ebt_do_table()
224 point = (struct ebt_entry *)(private->hook_entry[hook]->data); in ebt_do_table()
225 counter_base = cb_base + private->hook_entry[hook]->counter_offset; in ebt_do_table()
481 newinfo->hook_entry[i] = NULL; in ebt_verify_pointers()
496 if ((char __user *)repl->hook_entry[i] == in ebt_verify_pointers()
509 newinfo->hook_entry[i] = (struct ebt_entries *)e; in ebt_verify_pointers()
528 if (!newinfo->hook_entry[i] && in ebt_verify_pointers()
547 if ((void *)e == (void *)newinfo->hook_entry[i]) in ebt_check_entry_size_and_hooks()
609 if (newinfo->hook_entry[i] == (struct ebt_entries *)e) in ebt_get_udc_positions()
[all …]
H A Debtable_nat.c38 .hook_entry = {
H A Debtable_filter.c38 .hook_entry = {
H A Debtable_broute.c33 .hook_entry = {
/linux/include/uapi/linux/netfilter_arp/
H A Darp_tables.h144 unsigned int hook_entry[NF_ARP_NUMHOOKS]; member
172 unsigned int hook_entry[NF_ARP_NUMHOOKS]; member
/linux/include/uapi/linux/netfilter_ipv4/
H A Dip_tables.h166 unsigned int hook_entry[NF_INET_NUMHOOKS]; member
194 unsigned int hook_entry[NF_INET_NUMHOOKS]; member
/linux/include/uapi/linux/netfilter_ipv6/
H A Dip6_tables.h206 unsigned int hook_entry[NF_INET_NUMHOOKS]; member
234 unsigned int hook_entry[NF_INET_NUMHOOKS]; member
/linux/include/uapi/linux/netfilter_bridge/
H A Debtables.h52 struct ebt_entries __user *hook_entry[NF_BR_NUMHOOKS]; member
68 struct ebt_entries *hook_entry[NF_BR_NUMHOOKS]; member
/linux/net/netfilter/
H A Dxt_repldata.h41 tbl->repl.hook_entry[hooknum] = bytes; \
H A Dx_tables.c636 BUILD_BUG_ON(ARRAY_SIZE(info->hook_entry) != ARRAY_SIZE(info->underflow)); in xt_check_table_hooks()
641 for (i = 0; i < ARRAY_SIZE(info->hook_entry); i++) { in xt_check_table_hooks()
645 if (info->hook_entry[i] == 0xFFFFFFFF) in xt_check_table_hooks()
658 if (max_entry > info->hook_entry[i]) { in xt_check_table_hooks()
662 if (max_entry == info->hook_entry[i]) { in xt_check_table_hooks()
667 max_entry = info->hook_entry[i]; in xt_check_table_hooks()
H A Dnfnetlink_queue.c357 const struct nf_hook_entry *hook_entry; in nf_reinject() local
377 hook_entry = &hooks->hooks[i]; in nf_reinject()
381 verdict = nf_hook_entry_hookfn(hook_entry, skb, &entry->state); in nf_reinject()
/linux/include/linux/netfilter_bridge/
H A Debtables.h84 struct ebt_entries *hook_entry[NF_BR_NUMHOOKS]; member
/linux/include/linux/netfilter/
H A Dx_tables.h266 unsigned int hook_entry[NF_INET_NUMHOOKS]; member