pskb_trim_unique(9) centos man page | unix.com

Man Page: pskb_trim_unique

Operating Environment: centos

Section: 9

PSKB_TRIM_UNIQUE(9)						 Linux Networking					       PSKB_TRIM_UNIQUE(9)

NAME
pskb_trim_unique - remove end from a paged unique (not cloned) buffer
SYNOPSIS
void pskb_trim_unique(struct sk_buff * skb, unsigned int len);
ARGUMENTS
skb buffer to alter len new length
DESCRIPTION
This 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.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 PSKB_TRIM_UNIQUE(9)
Related Man Pages
ieee80211_get_buffered_bc(9) - centos
wimax_msg_alloc(9) - centos
vconfig(8) - suse
__skb_recv_datagram(9) - suse
struct_sk_buff(9) - suse
Similar Topics in the Unix Linux Community
Weird 'find' results
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
Unsure why access time on a directory change isn't changing
[TIP] Processing YAML files with yq