xt_find_match     319 include/linux/netfilter/x_tables.h struct xt_match *xt_find_match(u8 af, const char *name, u8 revision);
xt_find_match     366 net/bridge/netfilter/ebtables.c 	match = xt_find_match(NFPROTO_BRIDGE, m->u.name, m->u.revision);
xt_find_match     371 net/bridge/netfilter/ebtables.c 		match = xt_find_match(NFPROTO_BRIDGE, m->u.name, m->u.revision);
xt_find_match     201 net/netfilter/x_tables.c 		return xt_find_match(NFPROTO_UNSPEC, name, revision);
xt_find_match     205 net/netfilter/x_tables.c EXPORT_SYMBOL(xt_find_match);
xt_find_match     215 net/netfilter/x_tables.c 	match = xt_find_match(nfproto, name, revision);
xt_find_match     218 net/netfilter/x_tables.c 		match = xt_find_match(nfproto, name, revision);