Home
last modified time | relevance | path

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

/linux-4.1.27/net/core/
Dskbuff.c1294 int head_copy_len, head_copy_off; in skb_copy_expand() local
1304 head_copy_len = oldheadroom; in skb_copy_expand()
1306 if (newheadroom <= head_copy_len) in skb_copy_expand()
1307 head_copy_len = newheadroom; in skb_copy_expand()
1309 head_copy_off = newheadroom - head_copy_len; in skb_copy_expand()
1312 if (skb_copy_bits(skb, -head_copy_len, n->head + head_copy_off, in skb_copy_expand()
1313 skb->len + head_copy_len)) in skb_copy_expand()