Searched refs:xt_find_match (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/net/netfilter/ |
D | x_tables.c | 197 struct xt_match *xt_find_match(u8 af, const char *name, u8 revision) in xt_find_match() function 221 return xt_find_match(NFPROTO_UNSPEC, name, revision); in xt_find_match() 225 EXPORT_SYMBOL(xt_find_match); 235 match = xt_find_match(nfproto, name, revision); in xt_request_find_match() 238 match = xt_find_match(nfproto, name, revision); in xt_request_find_match()
|
/linux-5.19.10/include/linux/netfilter/ |
D | x_tables.h | 319 struct xt_match *xt_find_match(u8 af, const char *name, u8 revision);
|
/linux-5.19.10/net/bridge/netfilter/ |
D | ebtables.c | 405 match = xt_find_match(NFPROTO_BRIDGE, m->u.name, m->u.revision); in ebt_check_match() 410 match = xt_find_match(NFPROTO_BRIDGE, m->u.name, m->u.revision); in ebt_check_match()
|