Searched refs:xt_unregister_table_exit (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/netfilter/ |
| H A D | x_tables.h | 312 struct xt_table *xt_unregister_table_exit(struct net *net, u8 af, const char *name);
|
| /linux/net/netfilter/ |
| H A D | x_tables.c | 1694 struct xt_table *xt_unregister_table_exit(struct net *net, u8 af, const char *name) in xt_unregister_table_exit() function 1720 EXPORT_SYMBOL_GPL(xt_unregister_table_exit);
|
| /linux/net/ipv4/netfilter/ |
| H A D | arp_tables.c | 1558 struct xt_table *table = xt_unregister_table_exit(net, NFPROTO_ARP, name); in arpt_unregister_table()
|
| H A D | ip_tables.c | 1760 struct xt_table *table = xt_unregister_table_exit(net, NFPROTO_IPV4, name); in ipt_unregister_table_exit()
|
| /linux/net/ipv6/netfilter/ |
| H A D | ip6_tables.c | 1769 struct xt_table *table = xt_unregister_table_exit(net, NFPROTO_IPV6, name); in ip6t_unregister_table_exit()
|