Home
last modified time | relevance | path

Searched refs:xt_find_match (Results 1 – 3 of 3) sorted by relevance

/linux/net/netfilter/
H A Dx_tables.c200 struct xt_match *xt_find_match(u8 af, const char *name, u8 revision) in xt_find_match() function
224 return xt_find_match(NFPROTO_UNSPEC, name, revision); in xt_find_match()
228 EXPORT_SYMBOL(xt_find_match);
238 match = xt_find_match(nfproto, name, revision); in xt_request_find_match()
241 match = xt_find_match(nfproto, name, revision); in xt_request_find_match()
/linux/include/linux/netfilter/
H A Dx_tables.h332 struct xt_match *xt_find_match(u8 af, const char *name, u8 revision);
/linux/net/bridge/netfilter/
H A Debtables.c406 match = xt_find_match(NFPROTO_BRIDGE, m->u.name, m->u.revision); in ebt_check_match()
411 match = xt_find_match(NFPROTO_BRIDGE, m->u.name, m->u.revision); in ebt_check_match()