Searched refs:noffset (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/mac80211/ |
D | tdls.c | 372 size_t offset = 0, noffset; in ieee80211_tdls_add_setup_start_ies() local 392 noffset = ieee80211_ie_split(extra_ies, extra_ies_len, in ieee80211_tdls_add_setup_start_ies() 396 skb_put_data(skb, extra_ies + offset, noffset - offset); in ieee80211_tdls_add_setup_start_ies() 397 offset = noffset; in ieee80211_tdls_add_setup_start_ies() 421 noffset = ieee80211_ie_split(extra_ies, extra_ies_len, in ieee80211_tdls_add_setup_start_ies() 425 skb_put_data(skb, extra_ies + offset, noffset - offset); in ieee80211_tdls_add_setup_start_ies() 426 offset = noffset; in ieee80211_tdls_add_setup_start_ies() 492 noffset = ieee80211_ie_split(extra_ies, extra_ies_len, in ieee80211_tdls_add_setup_start_ies() 496 skb_put_data(skb, extra_ies + offset, noffset - offset); in ieee80211_tdls_add_setup_start_ies() 497 offset = noffset; in ieee80211_tdls_add_setup_start_ies() [all …]
|
D | util.c | 1375 size_t noffset; in ieee80211_build_preq_ies_band() local 1421 noffset = ieee80211_ie_split(ie, ie_len, in ieee80211_build_preq_ies_band() 1425 if (end - pos < noffset - *offset) in ieee80211_build_preq_ies_band() 1427 memcpy(pos, ie + *offset, noffset - *offset); in ieee80211_build_preq_ies_band() 1428 pos += noffset - *offset; in ieee80211_build_preq_ies_band() 1429 *offset = noffset; in ieee80211_build_preq_ies_band() 1464 noffset = ieee80211_ie_split(ie, ie_len, in ieee80211_build_preq_ies_band() 1467 if (end - pos < noffset - *offset) in ieee80211_build_preq_ies_band() 1469 memcpy(pos, ie + *offset, noffset - *offset); in ieee80211_build_preq_ies_band() 1470 pos += noffset - *offset; in ieee80211_build_preq_ies_band() [all …]
|
D | mlme.c | 646 size_t offset = 0, noffset; in ieee80211_send_assoc() local 844 noffset = ieee80211_ie_split_ric(assoc_data->ie, in ieee80211_send_assoc() 851 skb_put_data(skb, assoc_data->ie + offset, noffset - offset); in ieee80211_send_assoc() 852 offset = noffset; in ieee80211_send_assoc() 879 noffset = ieee80211_ie_split(assoc_data->ie, assoc_data->ie_len, in ieee80211_send_assoc() 882 skb_put_data(skb, assoc_data->ie + offset, noffset - offset); in ieee80211_send_assoc() 883 offset = noffset; in ieee80211_send_assoc() 905 noffset = ieee80211_ie_split(assoc_data->ie, assoc_data->ie_len, in ieee80211_send_assoc() 908 pos = skb_put(skb, noffset - offset); in ieee80211_send_assoc() 909 memcpy(pos, assoc_data->ie + offset, noffset - offset); in ieee80211_send_assoc() [all …]
|
/Linux-v4.19/fs/f2fs/ |
D | node.c | 637 int offset[4], unsigned int noffset[4]) in get_node_path() 647 noffset[0] = 0; in get_node_path() 656 noffset[n] = 1; in get_node_path() 664 noffset[n] = 2; in get_node_path() 672 noffset[n] = 3; in get_node_path() 674 noffset[n] = 4 + offset[n - 1]; in get_node_path() 682 noffset[n] = 4 + dptrs_per_blk; in get_node_path() 684 noffset[n] = 5 + dptrs_per_blk + offset[n - 1]; in get_node_path() 692 noffset[n] = 5 + (dptrs_per_blk * 2); in get_node_path() 694 noffset[n] = 6 + (dptrs_per_blk * 2) + in get_node_path() [all …]
|