Home
last modified time | relevance | path

Searched refs:new_headroom (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/include/linux/
Dskbuff.h4001 int new_headroom, headroom; in gso_pskb_expand_head() local
4009 new_headroom = skb_headroom(skb); in gso_pskb_expand_head()
4010 SKB_GSO_CB(skb)->mac_offset += (new_headroom - headroom); in gso_pskb_expand_head()