Searched refs:ip6table_raw (Results 1 – 3 of 3) sorted by relevance
28 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()
10 obj-$(CONFIG_IP6_NF_RAW) += ip6table_raw.o
38 struct xt_table *ip6table_raw; member