Searched refs:iptable_security (Results 1 – 3 of 3) sorted by relevance
46 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()
53 obj-$(CONFIG_IP_NF_SECURITY) += iptable_security.o
81 struct xt_table *iptable_security; member