1PSKB_TRIM_UNIQUE(9)            Linux Networking            PSKB_TRIM_UNIQUE(9)
2
3
4

NAME

6       pskb_trim_unique - remove end from a paged unique (not cloned) buffer
7

SYNOPSIS

9       void pskb_trim_unique(struct sk_buff * skb, unsigned int len);
10

ARGUMENTS

12       skb
13           buffer to alter
14
15       len
16           new length
17

DESCRIPTION

19       This is identical to pskb_trim except that the caller knows that the
20       skb is not cloned so we should never get an error due to out-
21       of-memory.
22
24Kernel Hackers Manual 3.10         June 2019               PSKB_TRIM_UNIQUE(9)
Impressum