Home
last modified time | relevance | path

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

/external/iptables/libiptc/
Dlibip6tc.c277 assert(h->info.hook_entry[NF_IP6_LOCAL_IN] == 0); in do_check()
281 assert(h->info.hook_entry[NF_IP6_FORWARD] == n); in do_check()
285 assert(h->info.hook_entry[NF_IP6_LOCAL_OUT] == n); in do_check()
287 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT]; in do_check()
299 assert(h->info.hook_entry[NF_IP6_PRE_ROUTING] == 0); in do_check()
304 assert(h->info.hook_entry[NF_IP6_POST_ROUTING] == n); in do_check()
308 assert(h->info.hook_entry[NF_IP6_LOCAL_OUT] == n); in do_check()
309 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT]; in do_check()
314 assert(h->info.hook_entry[NF_IP6_LOCAL_IN] == n); in do_check()
315 user_offset = h->info.hook_entry[NF_IP6_LOCAL_IN]; in do_check()
[all …]
Dlibip4tc.c329 assert(h->info.hook_entry[NF_IP_LOCAL_IN] == 0);
333 assert(h->info.hook_entry[NF_IP_FORWARD] == n);
337 assert(h->info.hook_entry[NF_IP_LOCAL_OUT] == n);
339 user_offset = h->info.hook_entry[NF_IP_LOCAL_OUT];
351 assert(h->info.hook_entry[NF_IP_PRE_ROUTING] == 0);
356 assert(h->info.hook_entry[NF_IP_POST_ROUTING] == n);
360 assert(h->info.hook_entry[NF_IP_LOCAL_OUT] == n);
361 user_offset = h->info.hook_entry[NF_IP_LOCAL_OUT];
366 assert(h->info.hook_entry[NF_IP_LOCAL_IN] == n);
367 user_offset = h->info.hook_entry[NF_IP_LOCAL_IN];
[all …]
Dlibiptc.c282 && iptcb_get_entry(h, h->info.hook_entry[i]) == e) in iptcb_ent_is_hook_entry()
1161 repl->hook_entry[c->hooknum-1] = c->head_offset; in iptcc_compile_chain()
1431 handle->info.hook_entry[HOOK_PRE_ROUTING], in TC_DUMP_ENTRIES()
1432 handle->info.hook_entry[HOOK_LOCAL_IN], in TC_DUMP_ENTRIES()
1433 handle->info.hook_entry[HOOK_FORWARD], in TC_DUMP_ENTRIES()
1434 handle->info.hook_entry[HOOK_LOCAL_OUT], in TC_DUMP_ENTRIES()
1435 handle->info.hook_entry[HOOK_POST_ROUTING]); in TC_DUMP_ENTRIES()
/external/kernel-headers/original/uapi/linux/netfilter_arp/
Darp_tables.h143 unsigned int hook_entry[NF_ARP_NUMHOOKS]; member
171 unsigned int hook_entry[NF_ARP_NUMHOOKS]; member
/external/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
/external/iproute2/include/linux/netfilter_ipv4/
Dip_tables.h162 unsigned int hook_entry[NF_INET_NUMHOOKS]; member
190 unsigned int hook_entry[NF_INET_NUMHOOKS]; member
/external/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
/external/kernel-headers/original/uapi/linux/netfilter_ipv4/
Dip_tables.h165 unsigned int hook_entry[NF_INET_NUMHOOKS]; member
193 unsigned int hook_entry[NF_INET_NUMHOOKS]; member
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/
Dip6_tables.h205 unsigned int hook_entry[NF_INET_NUMHOOKS]; member
233 unsigned int hook_entry[NF_INET_NUMHOOKS]; member
/external/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
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
Debtables.h50 struct ebt_entries __user *hook_entry[NF_BR_NUMHOOKS]; member
66 struct ebt_entries *hook_entry[NF_BR_NUMHOOKS]; member