Home
last modified time | relevance | path

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

/net/netfilter/
Dx_tables.c177 struct xt_match *xt_find_match(u8 af, const char *name, u8 revision) in xt_find_match() function
201 return xt_find_match(NFPROTO_UNSPEC, name, revision); in xt_find_match()
205 EXPORT_SYMBOL(xt_find_match);
215 match = xt_find_match(nfproto, name, revision); in xt_request_find_match()
218 match = xt_find_match(nfproto, name, revision); in xt_request_find_match()
/net/bridge/netfilter/
Debtables.c366 match = xt_find_match(NFPROTO_BRIDGE, m->u.name, m->u.revision); in ebt_check_match()
371 match = xt_find_match(NFPROTO_BRIDGE, m->u.name, m->u.revision); in ebt_check_match()