1SKB_RESERVE(9)                 Linux Networking                 SKB_RESERVE(9)
2
3
4

NAME

6       skb_reserve - adjust headroom
7

SYNOPSIS

9       void skb_reserve(struct sk_buff * skb, int len);
10

ARGUMENTS

12       skb
13           buffer to alter
14
15       len
16           bytes to move
17

DESCRIPTION

19       Increase the headroom of an empty sk_buff by reducing the tail room.
20       This is only allowed for an empty buffer.
21
23Kernel Hackers Manual 3.10         June 2019                    SKB_RESERVE(9)
Impressum