Home
last modified time | relevance | path

Searched refs:ip6table_raw (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/net/ipv6/netfilter/
Dip6table_raw.c28 return ip6t_do_table(skb, hook, in, out, net->ipv6.ip6table_raw); in ip6table_raw_hook()
40 net->ipv6.ip6table_raw = in ip6table_raw_net_init()
43 if (IS_ERR(net->ipv6.ip6table_raw)) in ip6table_raw_net_init()
44 return PTR_ERR(net->ipv6.ip6table_raw); in ip6table_raw_net_init()
50 ip6t_unregister_table(net, net->ipv6.ip6table_raw); in ip6table_raw_net_exit()
DMakefile10 obj-$(CONFIG_IP6_NF_RAW) += ip6table_raw.o
/linux-2.6.39/include/net/netns/
Dipv6.h38 struct xt_table *ip6table_raw; member