table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
__PSKB_PULL_TAIL(9) | Linux Networking | __PSKB_PULL_TAIL(9) |
NAME¶
__pskb_pull_tail - advance tail of skb headerSYNOPSIS¶
unsigned
char * __pskb_pull_tail(struct sk_buff * skb,
int delta);
ARGUMENTS¶
skbbuffer to reallocate
delta
number of bytes to advance tail
DESCRIPTION¶
The function makes a sense only on a fragmented sk_buff, it expands header moving its tail forward and copying necessary data from fragmented part.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |