Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/netfilter/
Diptable_security.c43 return ipt_do_table(skb, state, state->net->ipv4.iptable_security); in iptable_security_hook()
53 if (net->ipv4.iptable_security) in iptable_security_table_init()
60 &net->ipv4.iptable_security); in iptable_security_table_init()
67 if (!net->ipv4.iptable_security) in iptable_security_net_exit()
70 ipt_unregister_table(net, net->ipv4.iptable_security, sectbl_ops); in iptable_security_net_exit()
71 net->ipv4.iptable_security = NULL; in iptable_security_net_exit()
DMakefile42 obj-$(CONFIG_IP_NF_SECURITY) += iptable_security.o
/Linux-v5.4/include/net/netns/
Dipv4.h82 struct xt_table *iptable_security; member