Home
last modified time | relevance | path

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

/Linux-v5.4/net/core/
Dskbuff.c1739 int newheadroom, int newtailroom, in skb_copy_expand() argument
1745 struct sk_buff *n = __alloc_skb(newheadroom + skb->len + newtailroom, in skb_copy_expand()
1754 skb_reserve(n, newheadroom); in skb_copy_expand()
1761 if (newheadroom <= head_copy_len) in skb_copy_expand()
1762 head_copy_len = newheadroom; in skb_copy_expand()
1764 head_copy_off = newheadroom - head_copy_len; in skb_copy_expand()
1772 skb_headers_offset_update(n, newheadroom - oldheadroom); in skb_copy_expand()
/Linux-v5.4/include/linux/
Dskbuff.h1119 struct sk_buff *skb_copy_expand(const struct sk_buff *skb, int newheadroom,