Searched refs:noffset (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/net/mac80211/ |
| D | tdls.c | 371 size_t offset = 0, noffset; in ieee80211_tdls_add_setup_start_ies() local 391 noffset = ieee80211_ie_split(extra_ies, extra_ies_len, in ieee80211_tdls_add_setup_start_ies() 395 skb_put_data(skb, extra_ies + offset, noffset - offset); in ieee80211_tdls_add_setup_start_ies() 396 offset = noffset; in ieee80211_tdls_add_setup_start_ies() 420 noffset = ieee80211_ie_split(extra_ies, extra_ies_len, in ieee80211_tdls_add_setup_start_ies() 424 skb_put_data(skb, extra_ies + offset, noffset - offset); in ieee80211_tdls_add_setup_start_ies() 425 offset = noffset; in ieee80211_tdls_add_setup_start_ies() 491 noffset = ieee80211_ie_split(extra_ies, extra_ies_len, in ieee80211_tdls_add_setup_start_ies() 495 skb_put_data(skb, extra_ies + offset, noffset - offset); in ieee80211_tdls_add_setup_start_ies() 496 offset = noffset; in ieee80211_tdls_add_setup_start_ies() [all …]
|
| D | util.c | 1775 size_t noffset; in ieee80211_build_preq_ies_band() local 1821 noffset = ieee80211_ie_split(ie, ie_len, in ieee80211_build_preq_ies_band() 1825 if (end - pos < noffset - *offset) in ieee80211_build_preq_ies_band() 1827 memcpy(pos, ie + *offset, noffset - *offset); in ieee80211_build_preq_ies_band() 1828 pos += noffset - *offset; in ieee80211_build_preq_ies_band() 1829 *offset = noffset; in ieee80211_build_preq_ies_band() 1864 noffset = ieee80211_ie_split(ie, ie_len, in ieee80211_build_preq_ies_band() 1867 if (end - pos < noffset - *offset) in ieee80211_build_preq_ies_band() 1869 memcpy(pos, ie + *offset, noffset - *offset); in ieee80211_build_preq_ies_band() 1870 pos += noffset - *offset; in ieee80211_build_preq_ies_band() [all …]
|
| D | mlme.c | 706 size_t offset = 0, noffset; in ieee80211_send_assoc() local 933 noffset = ieee80211_ie_split_ric(assoc_data->ie, in ieee80211_send_assoc() 940 skb_put_data(skb, assoc_data->ie + offset, noffset - offset); in ieee80211_send_assoc() 941 offset = noffset; in ieee80211_send_assoc() 969 noffset = ieee80211_ie_split(assoc_data->ie, assoc_data->ie_len, in ieee80211_send_assoc() 972 skb_put_data(skb, assoc_data->ie + offset, noffset - offset); in ieee80211_send_assoc() 973 offset = noffset; in ieee80211_send_assoc() 995 noffset = ieee80211_ie_split(assoc_data->ie, assoc_data->ie_len, in ieee80211_send_assoc() 998 pos = skb_put(skb, noffset - offset); in ieee80211_send_assoc() 999 memcpy(pos, assoc_data->ie + offset, noffset - offset); in ieee80211_send_assoc() [all …]
|
| /Linux-v5.10/fs/f2fs/ |
| D | node.c | 640 int offset[4], unsigned int noffset[4]) in get_node_path() 650 noffset[0] = 0; in get_node_path() 659 noffset[n] = 1; in get_node_path() 667 noffset[n] = 2; in get_node_path() 675 noffset[n] = 3; in get_node_path() 677 noffset[n] = 4 + offset[n - 1]; in get_node_path() 685 noffset[n] = 4 + dptrs_per_blk; in get_node_path() 687 noffset[n] = 5 + dptrs_per_blk + offset[n - 1]; in get_node_path() 695 noffset[n] = 5 + (dptrs_per_blk * 2); in get_node_path() 697 noffset[n] = 6 + (dptrs_per_blk * 2) + in get_node_path() [all …]
|