Home
last modified time | relevance | path

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

/linux-5.19.10/net/core/
Dskbuff.c1898 int head_copy_len, head_copy_off; in skb_copy_expand() local
1909 head_copy_off = 0; in skb_copy_expand()
1913 head_copy_off = newheadroom - head_copy_len; in skb_copy_expand()
1916 BUG_ON(skb_copy_bits(skb, -head_copy_len, n->head + head_copy_off, in skb_copy_expand()