Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv6/netfilter/
Dip6table_security.c42 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()
DMakefile11 obj-$(CONFIG_IP6_NF_SECURITY) += ip6table_security.o
/Linux-v5.4/include/net/netns/
Dipv6.h67 struct xt_table *ip6table_security; member