Home
last modified time | relevance | path

Searched refs:ip6t_unregister_table (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/include/linux/netfilter_ipv6/
Dip6_tables.h31 extern void ip6t_unregister_table(struct net *net, struct xt_table *table);
/linux-4.1.27/net/ipv6/netfilter/
Dip6table_raw.c47 ip6t_unregister_table(net, net->ipv6.ip6table_raw); in ip6table_raw_net_exit()
Dip6table_security.c65 ip6t_unregister_table(net, net->ipv6.ip6table_security); in ip6table_security_net_exit()
Dip6table_filter.c68 ip6t_unregister_table(net, net->ipv6.ip6table_filter); in ip6table_filter_net_exit()
Dip6table_nat.c120 ip6t_unregister_table(net, net->ipv6.ip6table_nat); in ip6table_nat_net_exit()
Dip6table_mangle.c108 ip6t_unregister_table(net, net->ipv6.ip6table_mangle); in ip6table_mangle_net_exit()
Dip6_tables.c2120 void ip6t_unregister_table(struct net *net, struct xt_table *table) in ip6t_unregister_table() function
2292 EXPORT_SYMBOL(ip6t_unregister_table);