Query: pskb_trim_rcsum
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PSKB_TRIM_RCSUM(9) Linux Networking PSKB_TRIM_RCSUM(9)NAMEpskb_trim_rcsum - trim received skb and update checksumSYNOPSISint pskb_trim_rcsum(struct sk_buff * skb, unsigned int len);ARGUMENTSskb buffer to trim len new lengthDESCRIPTIONThis is exactly the same as pskb_trim except that it ensures the checksum of received packets are still valid after the operation.COPYRIGHTKernel Hackers Manual 2.6. July 2010 PSKB_TRIM_RCSUM(9)