Home
last modified time | relevance | path

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

/net/core/
Dskbuff.c2034 int newheadroom, int newtailroom, in skb_copy_expand() argument
2040 struct sk_buff *n = __alloc_skb(newheadroom + skb->len + newtailroom, in skb_copy_expand()
2049 skb_reserve(n, newheadroom); in skb_copy_expand()
2056 if (newheadroom <= head_copy_len) in skb_copy_expand()
2057 head_copy_len = newheadroom; in skb_copy_expand()
2059 head_copy_off = newheadroom - head_copy_len; in skb_copy_expand()
2067 skb_headers_offset_update(n, newheadroom - oldheadroom); in skb_copy_expand()