Searched refs:need_tailroom (Results 1 – 1 of 1) sorted by relevance
65 int need_headroom, need_tailroom = 0; in hostap_data_start_xmit() local171 need_tailroom += ETH_ALEN; in hostap_data_start_xmit()213 if (skb_tailroom(skb) < need_tailroom) { in hostap_data_start_xmit()219 if (pskb_expand_head(skb, need_headroom, need_tailroom, in hostap_data_start_xmit()