table of contents
other versions
- stretch 4.9.168-1
PSKB_TRIM_UNIQUE(9) | Linux Networking | PSKB_TRIM_UNIQUE(9) |
NAME¶
pskb_trim_unique - remove end from a paged unique (not cloned) bufferSYNOPSIS¶
void pskb_trim_unique(struct sk_buff * skb, unsigned int len);
ARGUMENTS¶
skbbuffer to alter
len
new length
DESCRIPTION¶
This is identical to pskb_trim except that the caller knows that the skb is not cloned so we should never get an error due to out- of-memory.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |