xt_find_match
struct xt_match *xt_find_match(u8 af, const char *name, u8 revision);
match = xt_find_match(NFPROTO_BRIDGE, m->u.name, m->u.revision);
match = xt_find_match(NFPROTO_BRIDGE, m->u.name, m->u.revision);
return xt_find_match(NFPROTO_UNSPEC, name, revision);
EXPORT_SYMBOL(xt_find_match);
match = xt_find_match(nfproto, name, revision);
match = xt_find_match(nfproto, name, revision);