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

/linux-master/net/mac80211/
H A Dtx.c3680 int extra_head = fast_tx->hdr_len - (ETH_HLEN - 2); local
3692 * more room than we already have in 'extra_head'
3695 max_t(int, extra_head + hw_headroom -
3700 hdr = skb_push(skb, extra_head);
H A Drx.c2938 int extra_head = sizeof(struct ieee80211_hdr) - sizeof(*eth); local
2940 fwd_skb = skb_copy_expand(skb, local->tx_headroom + extra_head +

Completed in 276 milliseconds