Searched defs:xt_find_match (Results 1 - 1 of 1) sorted by relevance

/net/netfilter/
H A Dx_tables.c182 struct xt_match *xt_find_match(u8 af, const char *name, u8 revision) function
203 return xt_find_match(NFPROTO_UNSPEC, name, revision);
207 EXPORT_SYMBOL(xt_find_match); variable
214 match = xt_find_match(nfproto, name, revision);
217 match = xt_find_match(nfproto, name, revision);

Completed in 23 milliseconds