Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/core/
H A Dskbuff.c1761 int oldheadroom; in skb_copy_expand() local
1766 oldheadroom = skb_headroom(skb); in skb_copy_expand()
1778 head_copy_len = oldheadroom; in skb_copy_expand()
1791 skb_headers_offset_update(n, newheadroom - oldheadroom); in skb_copy_expand()
/kernel/linux/linux-6.6/net/core/
H A Dskbuff.c2309 int oldheadroom = skb_headroom(skb); in skb_copy_expand() local
2320 head_copy_len = oldheadroom; in skb_copy_expand()
2333 skb_headers_offset_update(n, newheadroom - oldheadroom); in skb_copy_expand()

Completed in 16 milliseconds