xt_find_match     420 include/linux/netfilter/x_tables.h extern struct xt_match *xt_find_match(u8 af, const char *name, u8 revision);
xt_find_match     345 net/bridge/netfilter/ebtables.c 	match = try_then_request_module(xt_find_match(NFPROTO_BRIDGE,
xt_find_match     639 net/ipv4/netfilter/ip_tables.c 	match = try_then_request_module(xt_find_match(AF_INET, m->u.user.name,
xt_find_match    1491 net/ipv4/netfilter/ip_tables.c 	match = try_then_request_module(xt_find_match(AF_INET, m->u.user.name,
xt_find_match     663 net/ipv6/netfilter/ip6_tables.c 	match = try_then_request_module(xt_find_match(AF_INET6, m->u.user.name,
xt_find_match    1518 net/ipv6/netfilter/ip6_tables.c 	match = try_then_request_module(xt_find_match(AF_INET6, m->u.user.name,
xt_find_match     215 net/netfilter/x_tables.c 		return xt_find_match(NFPROTO_UNSPEC, name, revision);