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

/external/iptables/include/linux/
H A Dnetfilter_ipv6.h51 #define NF_IP6_LOCAL_OUT 3 macro
/external/kernel-headers/original/uapi/linux/
H A Dnetfilter_ipv6.h55 #define NF_IP6_LOCAL_OUT 3 macro
/external/iptables/libiptc/
H A Dlibip6tc.c35 #define HOOK_LOCAL_OUT NF_IP6_LOCAL_OUT
274 | 1 << NF_IP6_LOCAL_OUT));
285 assert(h->info.hook_entry[NF_IP6_LOCAL_OUT] == n);
287 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
291 | 1 << NF_IP6_LOCAL_OUT
296 | 1 << NF_IP6_LOCAL_OUT
308 assert(h->info.hook_entry[NF_IP6_LOCAL_OUT] == n);
309 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
324 | 1 << NF_IP6_LOCAL_OUT)) ||
329 | 1 << NF_IP6_LOCAL_OUT
[all...]

Completed in 229 milliseconds