Searched refs:xt_find_match (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/net/netfilter/ |
D | x_tables.c | 182 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/ |
D | x_tables.h | 258 struct xt_match *xt_find_match(u8 af, const char *name, u8 revision);
|