Searched refs:ip6table_security (Results 1 – 3 of 3) sorted by relevance
45 return ip6t_do_table(skb, state, state->net->ipv6.ip6table_security); in ip6table_security_hook()55 if (net->ipv6.ip6table_security) in ip6table_security_table_init()62 &net->ipv6.ip6table_security); in ip6table_security_table_init()69 if (!net->ipv6.ip6table_security) in ip6table_security_net_exit()71 ip6t_unregister_table(net, net->ipv6.ip6table_security, sectbl_ops); in ip6table_security_net_exit()72 net->ipv6.ip6table_security = NULL; in ip6table_security_net_exit()
11 obj-$(CONFIG_IP6_NF_SECURITY) += ip6table_security.o
61 struct xt_table *ip6table_security; member