Searched refs:xt_find_match (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/net/netfilter/ |
D | x_tables.c | 179 struct xt_match *xt_find_match(u8 af, const char *name, u8 revision) in xt_find_match() function 200 return xt_find_match(NFPROTO_UNSPEC, name, revision); in xt_find_match() 204 EXPORT_SYMBOL(xt_find_match); 211 match = xt_find_match(nfproto, name, revision); in xt_request_find_match() 214 match = xt_find_match(nfproto, name, revision); in xt_request_find_match()
|
/linux-4.4.14/include/linux/netfilter/ |
D | x_tables.h | 265 struct xt_match *xt_find_match(u8 af, const char *name, u8 revision);
|