table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
PSKB_TRIM_RCSUM(9) | Linux Networking | PSKB_TRIM_RCSUM(9) |
NAME¶
pskb_trim_rcsum - trim received skb and update checksumSYNOPSIS¶
int
pskb_trim_rcsum(struct sk_buff * skb,
unsigned int len);
ARGUMENTS¶
skbbuffer to trim
len
new length
DESCRIPTION¶
This is exactly the same as pskb_trim except that it ensures the checksum of received packets are still valid after the operation.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |