Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dx_tables.c182 struct xt_match *xt_find_match(u8 af, const char *name, u8 revision) in xt_find_match() function
203 return xt_find_match(NFPROTO_UNSPEC, name, revision); in xt_find_match()
207 EXPORT_SYMBOL(xt_find_match);
214 match = xt_find_match(nfproto, name, revision); in xt_request_find_match()
217 match = xt_find_match(nfproto, name, revision); in xt_request_find_match()
/linux-4.1.27/include/linux/netfilter/
Dx_tables.h258 struct xt_match *xt_find_match(u8 af, const char *name, u8 revision);