Searched refs:match_data (Results 1 – 5 of 5) sorted by relevance
/net/sched/ |
D | em_ipt.c | 25 u8 match_data[] __aligned(8); member 56 mtpar.matchinfo = (void *)im->match_data; in check_match() 169 nla_memcpy(im->match_data, tb[TCA_EM_IPT_MATCH_DATA], mdata_len); in em_ipt_change() 196 .matchinfo = im->match_data, in em_ipt_destroy() 241 acpar.matchinfo = im->match_data; in em_ipt_match() 264 im->match_data) < 0) in em_ipt_dump()
|
/net/dns_resolver/ |
D | dns_key.c | 250 const struct key_match_data *match_data) in dns_resolver_cmp() argument 253 const char *src = key->description, *dsp = match_data->raw_data; in dns_resolver_cmp() 284 static int dns_resolver_match_preparse(struct key_match_data *match_data) in dns_resolver_match_preparse() argument 286 match_data->lookup_type = KEYRING_SEARCH_LOOKUP_ITERATE; in dns_resolver_match_preparse() 287 match_data->cmp = dns_resolver_cmp; in dns_resolver_match_preparse()
|
/net/ |
D | devres.c | 49 static int netdev_devres_match(struct device *dev, void *this, void *match_data) in netdev_devres_match() argument 52 struct net_device *ndev = match_data; in netdev_devres_match()
|
/net/wireless/ |
D | mlme.c | 498 u16 frame_type, const u8 *match_data, in cfg80211_mlme_register_mgmt() argument 538 !(match_data && match_len >= 2)) { in cfg80211_mlme_register_mgmt() 556 if (memcmp(reg->match, match_data, mlen) == 0) { in cfg80211_mlme_register_mgmt() 574 memcpy(nreg->match, match_data, match_len); in cfg80211_mlme_register_mgmt()
|
D | core.h | 389 u16 frame_type, const u8 *match_data,
|