Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Dskbuff.c2314 int oldheadroom; in skb_copy_expand() local
2319 oldheadroom = skb_headroom(skb); in skb_copy_expand()
2331 head_copy_len = oldheadroom; in skb_copy_expand()
2344 skb_headers_offset_update(n, newheadroom - oldheadroom); in skb_copy_expand()