Searched refs:need_headroom (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_80211_tx.c | 66 int need_headroom, need_tailroom = 0; in hostap_data_start_xmit() local 213 need_headroom = local->func->need_tx_headroom + hdr_len + encaps_len; in hostap_data_start_xmit() 220 if (pskb_expand_head(skb, need_headroom, need_tailroom, in hostap_data_start_xmit() 226 } else if (skb_headroom(skb) < need_headroom) { in hostap_data_start_xmit() 228 skb = skb_realloc_headroom(skb, need_headroom); in hostap_data_start_xmit()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_80211_tx.c | 66 int need_headroom, need_tailroom = 0; in hostap_data_start_xmit() local 213 need_headroom = local->func->need_tx_headroom + hdr_len + encaps_len; in hostap_data_start_xmit() 220 if (pskb_expand_head(skb, need_headroom, need_tailroom, in hostap_data_start_xmit() 226 } else if (skb_headroom(skb) < need_headroom) { in hostap_data_start_xmit() 228 skb = skb_realloc_headroom(skb, need_headroom); in hostap_data_start_xmit()
|
Completed in 3 milliseconds