Home
last modified time | relevance | path

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

/linux/net/core/
H A Dskbuff.c2487 int newheadroom, int newtailroom, in skb_copy_expand() argument
2504 n = __alloc_skb(newheadroom + skb->len + newtailroom, in skb_copy_expand()
2510 skb_reserve(n, newheadroom); in skb_copy_expand()
2517 if (newheadroom <= head_copy_len) in skb_copy_expand()
2518 head_copy_len = newheadroom; in skb_copy_expand()
2520 head_copy_off = newheadroom - head_copy_len; in skb_copy_expand()
2528 skb_headers_offset_update(n, newheadroom - oldheadroom); in skb_copy_expand()
/linux/include/linux/
H A Dskbuff.h1454 struct sk_buff *skb_copy_expand(const struct sk_buff *skb, int newheadroom,