table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SKB_RESERVE(9) | Linux Networking | SKB_RESERVE(9) |
NAME¶
skb_reserve - adjust headroomSYNOPSIS¶
void
skb_reserve(struct sk_buff * skb,
int len);
ARGUMENTS¶
skbbuffer to alter
len
bytes to move
DESCRIPTION¶
Increase the headroom of an empty sk_buff by reducing the tail room. This is only allowed for an empty buffer.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |