xt_find_table
struct xt_table *xt_find_table(struct net *net, u8 af, const char *name);
table = xt_find_table(net, NFPROTO_IPV4, "nat");
table = xt_find_table(net, NFPROTO_IPV6, "nat");
EXPORT_SYMBOL(xt_find_table);