Searched refs:mask_pat (Results 1 – 1 of 1) sorted by relevance
13416 u8 *mask_pat; in nl80211_set_wowlan() local13447 mask_pat = kmalloc(mask_len + pat_len, GFP_KERNEL); in nl80211_set_wowlan()13448 if (!mask_pat) { in nl80211_set_wowlan()13452 new_triggers.patterns[i].mask = mask_pat; in nl80211_set_wowlan()13453 memcpy(mask_pat, nla_data(pat_tb[NL80211_PKTPAT_MASK]), in nl80211_set_wowlan()13455 mask_pat += mask_len; in nl80211_set_wowlan()13456 new_triggers.patterns[i].pattern = mask_pat; in nl80211_set_wowlan()13458 memcpy(mask_pat, in nl80211_set_wowlan()13669 u8 *mask_pat; in nl80211_parse_coalesce_rule() local13697 mask_pat = kmalloc(mask_len + pat_len, GFP_KERNEL); in nl80211_parse_coalesce_rule()[all …]