Searched refs:mask_pat (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/net/wireless/
H A Dnl80211.c9415 u8 *mask_pat; nla_for_each_nested() local
9440 mask_pat = kmalloc(mask_len + pat_len, GFP_KERNEL); nla_for_each_nested()
9441 if (!mask_pat) { nla_for_each_nested()
9445 new_triggers.patterns[i].mask = mask_pat; nla_for_each_nested()
9446 memcpy(mask_pat, nla_data(pat_tb[NL80211_PKTPAT_MASK]), nla_for_each_nested()
9448 mask_pat += mask_len; nla_for_each_nested()
9449 new_triggers.patterns[i].pattern = mask_pat; nla_for_each_nested()
9451 memcpy(mask_pat, nla_for_each_nested()
9665 u8 *mask_pat; nla_for_each_nested() local
9688 mask_pat = kmalloc(mask_len + pat_len, GFP_KERNEL); nla_for_each_nested()
9689 if (!mask_pat) nla_for_each_nested()
9692 new_rule->patterns[i].mask = mask_pat; nla_for_each_nested()
9693 memcpy(mask_pat, nla_data(pat_tb[NL80211_PKTPAT_MASK]), nla_for_each_nested()
9696 mask_pat += mask_len; nla_for_each_nested()
9697 new_rule->patterns[i].pattern = mask_pat; nla_for_each_nested()
9699 memcpy(mask_pat, nla_data(pat_tb[NL80211_PKTPAT_PATTERN]), nla_for_each_nested()

Completed in 144 milliseconds