Home
last modified time | relevance | path

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

/third_party/iptables/include/linux/netfilter_arp/
Darp_tables.h140 unsigned int hook_entry[NF_ARP_NUMHOOKS]; member
168 unsigned int hook_entry[NF_ARP_NUMHOOKS]; member
/third_party/iptables/include/linux/netfilter_ipv4/
Dip_tables.h162 unsigned int hook_entry[NF_INET_NUMHOOKS]; member
190 unsigned int hook_entry[NF_INET_NUMHOOKS]; member
/third_party/iptables/include/linux/netfilter_ipv6/
Dip6_tables.h202 unsigned int hook_entry[NF_INET_NUMHOOKS]; member
230 unsigned int hook_entry[NF_INET_NUMHOOKS]; member
/third_party/iptables/libiptc/
Dlibiptc.c267 && iptcb_get_entry(h, h->info.hook_entry[i]) == e) in iptcb_ent_is_hook_entry()
1148 repl->hook_entry[c->hooknum-1] = c->head_offset; in iptcc_compile_chain()
1416 handle->info.hook_entry[HOOK_PRE_ROUTING], in TC_DUMP_ENTRIES()
1417 handle->info.hook_entry[HOOK_LOCAL_IN], in TC_DUMP_ENTRIES()
1418 handle->info.hook_entry[HOOK_FORWARD], in TC_DUMP_ENTRIES()
1419 handle->info.hook_entry[HOOK_LOCAL_OUT], in TC_DUMP_ENTRIES()
1420 handle->info.hook_entry[HOOK_POST_ROUTING]); in TC_DUMP_ENTRIES()