1SKB_RESERVE(9) Linux Networking SKB_RESERVE(9)
23
4
NAME
6skb_reserve - adjust headroom
7
SYNOPSIS
9void skb_reserve(struct sk_buff * skb, int len);
10
ARGUMENTS
12skb
13buffer to alter
1415
len
16bytes to move
17
DESCRIPTION
19Increase the headroom of an empty sk_buff by reducing the tail room.
20This is only allowed for an empty buffer.
21
COPYRIGHT
23Kernel Hackers Manual 2.6. June 2019 SKB_RESERVE(9)