Home
last modified time | relevance | path

Searched refs:match_name (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/net/sched/
Dem_ipt.c29 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-v5.15/Documentation/driver-api/
Dauxiliary_bus.rst79 creates a match_name that is used for driver binding, and an id that combined
80 with the match_name provide a unique name to register with the bus subsystem.
102 If two auxiliary_devices both with a match_name "mod.foo" are registered onto
104 registered devices names are "mod.foo.x" and "mod.foo.y". If match_name + id
192 match_name that is be used for matching and binding with a driver.
194 Whenever an auxiliary_driver is registered, based on the match_name, the
/Linux-v5.15/drivers/firmware/efi/
Dvars.c208 variable_matches(const char *var_name, size_t len, const char *match_name, in variable_matches() argument
212 char c = match_name[*match]; in variable_matches()
/Linux-v5.15/include/kunit/
Dtest.h526 void *match_name) in kunit_resource_name_match() argument
528 return res->name && strcmp(res->name, match_name) == 0; in kunit_resource_name_match()
/Linux-v5.15/fs/affs/
DChanges153 - Simplified match_name(), changed all hashing