Searched refs:NF_IP6_LOCAL_IN (Results 1 - 3 of 3) sorted by relevance

/external/iptables/include/linux/
H A Dnetfilter_ipv6.h47 #define NF_IP6_LOCAL_IN 1 macro
/external/kernel-headers/original/uapi/linux/
H A Dnetfilter_ipv6.h51 #define NF_IP6_LOCAL_IN 1 macro
/external/iptables/libiptc/
H A Dlibip6tc.c33 #define HOOK_LOCAL_IN NF_IP6_LOCAL_IN
272 == (1 << NF_IP6_LOCAL_IN
277 assert(h->info.hook_entry[NF_IP6_LOCAL_IN] == 0);
295 | 1 << NF_IP6_LOCAL_IN
311 if (h->info.valid_hooks & (1 << NF_IP6_LOCAL_IN)) {
314 assert(h->info.hook_entry[NF_IP6_LOCAL_IN] == n);
315 user_offset = h->info.hook_entry[NF_IP6_LOCAL_IN];
327 | 1 << NF_IP6_LOCAL_IN
337 if (h->info.valid_hooks & (1 << NF_IP6_LOCAL_IN)) {
339 assert(h->info.hook_entry[NF_IP6_LOCAL_IN]
[all...]

Completed in 86 milliseconds