xt_request_find_match
struct xt_match *xt_request_find_match(u8 af, const char *name, u8 revision);
match = xt_request_find_match(NFPROTO_BRIDGE, name,
match = xt_request_find_match(NFPROTO_IPV4, m->u.user.name,
match = xt_request_find_match(NFPROTO_IPV4, m->u.user.name,
match = xt_request_find_match(NFPROTO_IPV6, m->u.user.name,
match = xt_request_find_match(NFPROTO_IPV6, m->u.user.name,
match = xt_request_find_match(family, mt_name, rev);
EXPORT_SYMBOL_GPL(xt_request_find_match);
return xt_request_find_match(nfproto, m->match_name, mrev);