Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/wireless/
H A Dscan.c2098 size_t copied_len = sub_elem->datalen; in cfg80211_merge_profile() local
2111 if (copied_len + next_sub->datalen > max_copy_len) in cfg80211_merge_profile()
2113 memcpy(merged_ie + copied_len, next_sub->data, in cfg80211_merge_profile()
2115 copied_len += next_sub->datalen; in cfg80211_merge_profile()
2118 return copied_len; in cfg80211_merge_profile()
/kernel/linux/linux-6.6/net/wireless/
H A Dscan.c2207 size_t copied_len = sub_elem->datalen; in cfg80211_merge_profile() local
2220 if (copied_len + next_sub->datalen > max_copy_len) in cfg80211_merge_profile()
2222 memcpy(merged_ie + copied_len, next_sub->data, in cfg80211_merge_profile()
2224 copied_len += next_sub->datalen; in cfg80211_merge_profile()
2227 return copied_len; in cfg80211_merge_profile()

Completed in 9 milliseconds