Searched refs:ip6table_raw (Results 1 – 3 of 3) sorted by relevance
42 return ip6t_do_table(skb, state, state->net->ipv6.ip6table_raw); in ip6table_raw_hook()56 if (net->ipv6.ip6table_raw) in ip6table_raw_table_init()63 &net->ipv6.ip6table_raw); in ip6table_raw_table_init()70 if (!net->ipv6.ip6table_raw) in ip6table_raw_net_exit()72 ip6t_unregister_table(net, net->ipv6.ip6table_raw, rawtable_ops); in ip6table_raw_net_exit()73 net->ipv6.ip6table_raw = NULL; in ip6table_raw_net_exit()
10 obj-$(CONFIG_IP6_NF_RAW) += ip6table_raw.o
59 struct xt_table *ip6table_raw; member