1PSKB_TRIM_UNIQUE(9) Linux Networking PSKB_TRIM_UNIQUE(9)
23
4
NAME
6pskb_trim_unique - remove end from a paged unique (not cloned) buffer
7
SYNOPSIS
9void pskb_trim_unique(struct sk_buff * skb, unsigned int len);
10
ARGUMENTS
12skb
13buffer to alter
1415
len
16new length
17
DESCRIPTION
19This is identical to pskb_trim except that the caller knows that the
20skb is not cloned so we should never get an error due to out-
21of-memory.
22
COPYRIGHT
24Kernel Hackers Manual 2.6. November 2011 PSKB_TRIM_UNIQUE(9)