xt_request_find_match  320 include/linux/netfilter/x_tables.h struct xt_match *xt_request_find_match(u8 af, const char *name, u8 revision);
xt_request_find_match 1924 net/bridge/netfilter/ebtables.c 		match = xt_request_find_match(NFPROTO_BRIDGE, name,
xt_request_find_match  482 net/ipv4/netfilter/ip_tables.c 	match = xt_request_find_match(NFPROTO_IPV4, m->u.user.name,
xt_request_find_match 1263 net/ipv4/netfilter/ip_tables.c 	match = xt_request_find_match(NFPROTO_IPV4, m->u.user.name,
xt_request_find_match  499 net/ipv6/netfilter/ip6_tables.c 	match = xt_request_find_match(NFPROTO_IPV6, m->u.user.name,
xt_request_find_match 1279 net/ipv6/netfilter/ip6_tables.c 	match = xt_request_find_match(NFPROTO_IPV6, m->u.user.name,
xt_request_find_match  723 net/netfilter/nft_compat.c 	match = xt_request_find_match(family, mt_name, rev);
xt_request_find_match  223 net/netfilter/x_tables.c EXPORT_SYMBOL_GPL(xt_request_find_match);
xt_request_find_match  123 net/sched/em_ipt.c 	return xt_request_find_match(nfproto, m->match_name, mrev);