Searched refs:mask_pat (Results 1 – 1 of 1) sorted by relevance
9226 u8 *mask_pat; in nl80211_set_wowlan() local9251 mask_pat = kmalloc(mask_len + pat_len, GFP_KERNEL); in nl80211_set_wowlan()9252 if (!mask_pat) { in nl80211_set_wowlan()9256 new_triggers.patterns[i].mask = mask_pat; in nl80211_set_wowlan()9257 memcpy(mask_pat, nla_data(pat_tb[NL80211_PKTPAT_MASK]), in nl80211_set_wowlan()9259 mask_pat += mask_len; in nl80211_set_wowlan()9260 new_triggers.patterns[i].pattern = mask_pat; in nl80211_set_wowlan()9262 memcpy(mask_pat, in nl80211_set_wowlan()9475 u8 *mask_pat; in nl80211_parse_coalesce_rule() local9498 mask_pat = kmalloc(mask_len + pat_len, GFP_KERNEL); in nl80211_parse_coalesce_rule()[all …]