ipt_unregister_table   28 include/linux/netfilter_ipv4/ip_tables.h void ipt_unregister_table(struct net *net, struct xt_table *table,
ipt_unregister_table 1960 net/ipv4/netfilter/ip_tables.c EXPORT_SYMBOL(ipt_unregister_table);
ipt_unregister_table   79 net/ipv4/netfilter/iptable_filter.c 	ipt_unregister_table(net, net->ipv4.iptable_filter, filter_ops);
ipt_unregister_table  107 net/ipv4/netfilter/iptable_mangle.c 	ipt_unregister_table(net, net->ipv4.iptable_mangle, mangle_ops);
ipt_unregister_table  108 net/ipv4/netfilter/iptable_nat.c 		ipt_unregister_table(net, net->ipv4.nat_table, NULL);
ipt_unregister_table  121 net/ipv4/netfilter/iptable_nat.c 	ipt_unregister_table(net, net->ipv4.nat_table, NULL);
ipt_unregister_table   74 net/ipv4/netfilter/iptable_raw.c 	ipt_unregister_table(net, net->ipv4.iptable_raw, rawtable_ops);
ipt_unregister_table   70 net/ipv4/netfilter/iptable_security.c 	ipt_unregister_table(net, net->ipv4.iptable_security, sectbl_ops);