xt_unregister_table_exit
struct xt_table *xt_unregister_table_exit(struct net *net, u8 af, const char *name);
struct xt_table *table = xt_unregister_table_exit(net, NFPROTO_ARP, name);
struct xt_table *table = xt_unregister_table_exit(net, NFPROTO_IPV4, name);
struct xt_table *table = xt_unregister_table_exit(net, NFPROTO_IPV6, name);
EXPORT_SYMBOL_GPL(xt_unregister_table_exit);