Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/netfilter/
Diptable_security.c46 return ipt_do_table(skb, state, state->net->ipv4.iptable_security); in iptable_security_hook()
56 if (net->ipv4.iptable_security) in iptable_security_table_init()
63 &net->ipv4.iptable_security); in iptable_security_table_init()
70 if (!net->ipv4.iptable_security) in iptable_security_net_exit()
73 ipt_unregister_table(net, net->ipv4.iptable_security, sectbl_ops); in iptable_security_net_exit()
74 net->ipv4.iptable_security = NULL; in iptable_security_net_exit()
DMakefile53 obj-$(CONFIG_IP_NF_SECURITY) += iptable_security.o
/Linux-v4.19/include/net/netns/
Dipv4.h81 struct xt_table *iptable_security; member