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

/linux-4.1.27/drivers/net/wireless/hostap/
H A Dhostap_80211_tx.c65 int need_headroom, need_tailroom = 0; hostap_data_start_xmit() local
212 need_headroom = local->func->need_tx_headroom + hdr_len + encaps_len; hostap_data_start_xmit()
219 if (pskb_expand_head(skb, need_headroom, need_tailroom, hostap_data_start_xmit()
225 } else if (skb_headroom(skb) < need_headroom) { hostap_data_start_xmit()
227 skb = skb_realloc_headroom(skb, need_headroom); hostap_data_start_xmit()

Completed in 70 milliseconds