Home
last modified time | relevance | path

Searched refs:xt_unregister_table_exit (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/netfilter/
H A Dx_tables.h312 struct xt_table *xt_unregister_table_exit(struct net *net, u8 af, const char *name);
/linux/net/netfilter/
H A Dx_tables.c1694 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 Darp_tables.c1558 struct xt_table *table = xt_unregister_table_exit(net, NFPROTO_ARP, name); in arpt_unregister_table()
H A Dip_tables.c1760 struct xt_table *table = xt_unregister_table_exit(net, NFPROTO_IPV4, name); in ipt_unregister_table_exit()
/linux/net/ipv6/netfilter/
H A Dip6_tables.c1769 struct xt_table *table = xt_unregister_table_exit(net, NFPROTO_IPV6, name); in ip6t_unregister_table_exit()