Searched refs:head_copy_len (Results 1 – 1 of 1) sorted by relevance
2453 int head_copy_len, head_copy_off; in skb_copy_expand() local2475 head_copy_len = oldheadroom; in skb_copy_expand()2477 if (newheadroom <= head_copy_len) in skb_copy_expand()2478 head_copy_len = newheadroom; in skb_copy_expand()2480 head_copy_off = newheadroom - head_copy_len; in skb_copy_expand()2483 BUG_ON(skb_copy_bits(skb, -head_copy_len, n->head + head_copy_off, in skb_copy_expand()2484 skb->len + head_copy_len)); in skb_copy_expand()