Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv6/netfilter/
Dip6table_raw.c25 return ip6t_do_table(skb, state, state->net->ipv6.ip6table_raw); in ip6table_raw_hook()
37 net->ipv6.ip6table_raw = in ip6table_raw_net_init()
40 return PTR_ERR_OR_ZERO(net->ipv6.ip6table_raw); in ip6table_raw_net_init()
45 ip6t_unregister_table(net, net->ipv6.ip6table_raw); in ip6table_raw_net_exit()
DMakefile9 obj-$(CONFIG_IP6_NF_RAW) += ip6table_raw.o
/linux-4.4.14/include/net/netns/
Dipv6.h50 struct xt_table *ip6table_raw; member