Query: pskb_trim_unique
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PSKB_TRIM_UNIQUE(9) Linux Networking PSKB_TRIM_UNIQUE(9)NAMEpskb_trim_unique - remove end from a paged unique (not cloned) bufferSYNOPSISvoid pskb_trim_unique(struct sk_buff * skb, unsigned int len);ARGUMENTSskb buffer to alter len new lengthDESCRIPTIONThis 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.COPYRIGHTKernel Hackers Manual 2.6. July 2010 PSKB_TRIM_UNIQUE(9)