table of contents
other versions
- stretch 4.9.168-1
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¶
April 2019 | Kernel Hackers Manual 4.9. |