Searched refs:match_name (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/net/sched/ |
A D | em_ipt.c | 29 char *match_name; member 87 .match_name = "policy", 91 .match_name = "addrtype", 105 for (m = em_ipt_xt_matches; m->match_name; m++) { in get_xt_match() 106 if (!nla_strcmp(mname_attr, m->match_name)) in get_xt_match() 110 if (!m->match_name) { in get_xt_match() 123 return xt_request_find_match(nfproto, m->match_name, mrev); in get_xt_match()
|
/linux-6.3-rc2/include/kunit/ |
A D | resource.h | 311 void *match_name) in kunit_resource_name_match() argument 313 return res->name && strcmp(res->name, match_name) == 0; in kunit_resource_name_match()
|
/linux-6.3-rc2/fs/efivarfs/ |
A D | vars.c | 200 variable_matches(const char *var_name, size_t len, const char *match_name, in variable_matches() argument 204 char c = match_name[*match]; in variable_matches()
|
/linux-6.3-rc2/fs/affs/ |
A D | Changes | 153 - Simplified match_name(), changed all hashing
|
Completed in 9 milliseconds