Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dx_tables.c181 struct xt_match *xt_find_match(u8 af, const char *name, u8 revision) in xt_find_match() function
205 return xt_find_match(NFPROTO_UNSPEC, name, revision); in xt_find_match()
209 EXPORT_SYMBOL(xt_find_match);
219 match = xt_find_match(nfproto, name, revision); in xt_request_find_match()
222 match = xt_find_match(nfproto, name, revision); in xt_request_find_match()
/Linux-v4.19/include/linux/netfilter/
Dx_tables.h319 struct xt_match *xt_find_match(u8 af, const char *name, u8 revision);
/Linux-v4.19/net/bridge/netfilter/
Debtables.c374 match = xt_find_match(NFPROTO_BRIDGE, m->u.name, m->u.revision); in ebt_check_match()
379 match = xt_find_match(NFPROTO_BRIDGE, m->u.name, m->u.revision); in ebt_check_match()