Searched refs:NF_IP6_FORWARD (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/netfilter/
H A Dip6table_filter.c9 #define FILTER_VALID_HOOKS ((1 << NF_IP6_LOCAL_IN) | (1 << NF_IP6_FORWARD) | (1 << NF_IP6_LOCAL_OUT))
39 [NF_IP6_FORWARD] sizeof(struct ip6t_standard),
42 [NF_IP6_FORWARD] sizeof(struct ip6t_standard),
112 { { NULL, NULL }, ip6t_hook, PF_INET6, NF_IP6_FORWARD, NF_IP6_PRI_FILTER },
H A Dip6table_mangle.c11 (1 << NF_IP6_FORWARD) | \
46 [NF_IP6_FORWARD] sizeof(struct ip6t_standard) * 2,
51 [NF_IP6_FORWARD] sizeof(struct ip6t_standard) * 2,
168 { { NULL, NULL }, ip6t_route_hook, PF_INET6, NF_IP6_FORWARD, NF_IP6_PRI_MANGLE },
H A Dip6t_mac.c38 | (1 << NF_IP6_FORWARD))) {
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dnetfilter_ipv6.h49 #define NF_IP6_FORWARD 2 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dnetfilter_ipv6.h49 #define NF_IP6_FORWARD 2 macro
/asus-wl-520gu-7.0.1.45/src/router/iptables/libiptc/
H A Dlibip6tc.c34 #define HOOK_FORWARD NF_IP6_FORWARD
298 | 1 << NF_IP6_FORWARD
306 assert(h->info.hook_entry[NF_IP6_FORWARD] == n);
353 | 1 << NF_IP6_FORWARD
368 if (h->info.valid_hooks & (1 << NF_IP6_FORWARD)) {
370 assert(h->info.hook_entry[NF_IP6_FORWARD] == n);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dip6_output.c812 return NF_HOOK(PF_INET6,NF_IP6_FORWARD, skb, skb->dev, dst->dev, ip6_forward_finish);

Completed in 105 milliseconds