Searched refs:hook_entry (Results 1 - 10 of 10) sorted by relevance

/external/iptables/libiptc/
H A 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_I
[all...]
H A Dlibip6tc.c277 assert(h->info.hook_entry[NF_IP6_LOCAL_IN] == 0);
281 assert(h->info.hook_entry[NF_IP6_FORWARD] == n);
285 assert(h->info.hook_entry[NF_IP6_LOCAL_OUT] == n);
287 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
299 assert(h->info.hook_entry[NF_IP6_PRE_ROUTING] == 0);
304 assert(h->info.hook_entry[NF_IP6_POST_ROUTING] == n);
308 assert(h->info.hook_entry[NF_IP6_LOCAL_OUT] == n);
309 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
314 assert(h->info.hook_entry[NF_IP6_LOCAL_IN] == n);
315 user_offset = h->info.hook_entry[NF_IP6_LOCAL_I
[all...]
H A Dlibiptc.c282 && iptcb_get_entry(h, h->info.hook_entry[i]) == e)
1161 repl->hook_entry[c->hooknum-1] = c->head_offset;
1431 handle->info.hook_entry[HOOK_PRE_ROUTING],
1432 handle->info.hook_entry[HOOK_LOCAL_IN],
1433 handle->info.hook_entry[HOOK_FORWARD],
1434 handle->info.hook_entry[HOOK_LOCAL_OUT],
1435 handle->info.hook_entry[HOOK_POST_ROUTING]);
/external/iproute2/include/linux/netfilter_ipv4/
H A Dip_tables.h162 unsigned int hook_entry[NF_INET_NUMHOOKS]; member in struct:ipt_getinfo
190 unsigned int hook_entry[NF_INET_NUMHOOKS]; member in struct:ipt_replace
/external/iptables/include/linux/netfilter_ipv4/
H A Dip_tables.h162 unsigned int hook_entry[NF_INET_NUMHOOKS]; member in struct:ipt_getinfo
190 unsigned int hook_entry[NF_INET_NUMHOOKS]; member in struct:ipt_replace
/external/kernel-headers/original/uapi/linux/netfilter_arp/
H A Darp_tables.h142 unsigned int hook_entry[NF_ARP_NUMHOOKS]; member in struct:arpt_getinfo
170 unsigned int hook_entry[NF_ARP_NUMHOOKS]; member in struct:arpt_replace
/external/kernel-headers/original/uapi/linux/netfilter_ipv4/
H A Dip_tables.h164 unsigned int hook_entry[NF_INET_NUMHOOKS]; member in struct:ipt_getinfo
192 unsigned int hook_entry[NF_INET_NUMHOOKS]; member in struct:ipt_replace
/external/iptables/include/linux/netfilter_ipv6/
H A Dip6_tables.h199 unsigned int hook_entry[NF_INET_NUMHOOKS]; member in struct:ip6t_getinfo
227 unsigned int hook_entry[NF_INET_NUMHOOKS]; member in struct:ip6t_replace
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
H A Debtables.h48 struct ebt_entries __user *hook_entry[NF_BR_NUMHOOKS]; member in struct:ebt_replace
64 struct ebt_entries *hook_entry[NF_BR_NUMHOOKS]; member in struct:ebt_replace_kernel
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/
H A Dip6_tables.h204 unsigned int hook_entry[NF_INET_NUMHOOKS]; member in struct:ip6t_getinfo
232 unsigned int hook_entry[NF_INET_NUMHOOKS]; member in struct:ip6t_replace

Completed in 594 milliseconds