Home
last modified time | relevance | path

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

/linux/net/bridge/netfilter/
A Debtables.c475 newinfo->hook_entry[i] = NULL; in ebt_verify_pointers()
522 if (!newinfo->hook_entry[i] && in ebt_verify_pointers()
709 if (!newinfo->hook_entry[i]) in ebt_check_entry()
887 if (!newinfo->hook_entry[j]) in translate_table()
889 if (newinfo->hook_entry[j] <= newinfo->hook_entry[i]) in translate_table()
956 if (newinfo->hook_entry[i]) in translate_table()
1230 newinfo->hook_entry[i] = p + in ebt_register_table()
1812 if (info->hook_entry[i] && in compat_calc_entry()
1817 newinfo->hook_entry[i]); in compat_calc_entry()
2244 repl->hook_entry[i] = compat_ptr(tmp.hook_entry[i]); in compat_copy_ebt_replace_from_user()
[all …]
A Debtable_filter.c38 .hook_entry = {
A Debtable_nat.c38 .hook_entry = {
A Debtable_broute.c33 .hook_entry = {
/linux/net/ipv4/netfilter/
A Dip_tables.c376 unsigned int pos = newinfo->hook_entry[hook]; in mark_source_chains()
620 newinfo->hook_entry[h] = hook_entries[h]; in check_entry_size_and_hooks()
674 newinfo->hook_entry[i] = 0xFFFFFFFF; in translate_table()
686 repl->hook_entry, in translate_table()
910 if (info->hook_entry[i] && in compat_calc_entry()
912 newinfo->hook_entry[i] -= off; in compat_calc_entry()
978 memcpy(info.hook_entry, private->hook_entry, in get_info()
979 sizeof(info.hook_entry)); in get_info()
1210 u32 hook_entry[NF_INET_NUMHOOKS]; member
1437 newinfo->hook_entry[i] = compatr->hook_entry[i]; in translate_compat_table()
[all …]
A Darp_tables.c312 unsigned int pos = newinfo->hook_entry[hook]; in mark_source_chains()
485 newinfo->hook_entry[h] = hook_entries[h]; in check_entry_size_and_hooks()
535 newinfo->hook_entry[i] = 0xFFFFFFFF; in translate_table()
548 repl->hook_entry, in translate_table()
755 if (info->hook_entry[i] && in compat_calc_entry()
757 newinfo->hook_entry[i] -= off; in compat_calc_entry()
823 memcpy(info.hook_entry, private->hook_entry, in get_info()
824 sizeof(info.hook_entry)); in get_info()
1058 u32 hook_entry[NF_ARP_NUMHOOKS]; member
1205 newinfo->hook_entry[i] = compatr->hook_entry[i]; in translate_compat_table()
[all …]
/linux/net/ipv6/netfilter/
A Dip6_tables.c394 unsigned int pos = newinfo->hook_entry[hook]; in mark_source_chains()
638 newinfo->hook_entry[h] = hook_entries[h]; in check_entry_size_and_hooks()
691 newinfo->hook_entry[i] = 0xFFFFFFFF; in translate_table()
703 repl->hook_entry, in translate_table()
926 if (info->hook_entry[i] && in compat_calc_entry()
928 newinfo->hook_entry[i] -= off; in compat_calc_entry()
994 memcpy(info.hook_entry, private->hook_entry, in get_info()
995 sizeof(info.hook_entry)); in get_info()
1226 u32 hook_entry[NF_INET_NUMHOOKS]; member
1452 newinfo->hook_entry[i] = compatr->hook_entry[i]; in translate_compat_table()
[all …]
/linux/include/uapi/linux/netfilter_arp/
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/
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/
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/
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/
A Dxt_repldata.h41 tbl->repl.hook_entry[hooknum] = bytes; \
A Dx_tables.c590 BUILD_BUG_ON(ARRAY_SIZE(info->hook_entry) != ARRAY_SIZE(info->underflow)); in xt_check_table_hooks()
595 for (i = 0; i < ARRAY_SIZE(info->hook_entry); i++) { in xt_check_table_hooks()
599 if (info->hook_entry[i] == 0xFFFFFFFF) in xt_check_table_hooks()
612 if (max_entry > info->hook_entry[i]) { in xt_check_table_hooks()
616 if (max_entry == info->hook_entry[i]) { in xt_check_table_hooks()
621 max_entry = info->hook_entry[i]; in xt_check_table_hooks()
A Dnfnetlink_queue.c314 const struct nf_hook_entry *hook_entry; in nf_reinject() local
334 hook_entry = &hooks->hooks[i]; in nf_reinject()
338 verdict = nf_hook_entry_hookfn(hook_entry, skb, &entry->state); in nf_reinject()
/linux/include/linux/netfilter_bridge/
A Debtables.h84 struct ebt_entries *hook_entry[NF_BR_NUMHOOKS]; member
/linux/include/linux/netfilter/
A Dx_tables.h257 unsigned int hook_entry[NF_INET_NUMHOOKS]; member

Completed in 43 milliseconds