Searched refs:ip6table_security (Results 1 – 3 of 3) sorted by relevance
42 return ip6t_do_table(skb, state, state->net->ipv6.ip6table_security); in ip6table_security_hook()52 if (net->ipv6.ip6table_security) in ip6table_security_table_init()59 &net->ipv6.ip6table_security); in ip6table_security_table_init()66 if (!net->ipv6.ip6table_security) in ip6table_security_net_exit()68 ip6t_unregister_table(net, net->ipv6.ip6table_security, sectbl_ops); in ip6table_security_net_exit()69 net->ipv6.ip6table_security = NULL; in ip6table_security_net_exit()
11 obj-$(CONFIG_IP6_NF_SECURITY) += ip6table_security.o
67 struct xt_table *ip6table_security; member