skb_trim(9) centos man page | unix.com

Man Page: skb_trim

Operating Environment: centos

Section: 9

SKB_TRIM(9)							 Linux Networking						       SKB_TRIM(9)

NAME
skb_trim - remove end from a buffer
SYNOPSIS
void skb_trim(struct sk_buff * skb, unsigned int len);
ARGUMENTS
skb buffer to alter len new length
DESCRIPTION
Cut the length of a buffer down by removing data from the tail. If the buffer is already under the length specified it is not modified. The skb must be linear.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 SKB_TRIM(9)
Related Man Pages
netlink(3) - redhat
wimax_msg_alloc(9) - suse
struct_tid_ampdu_rx(9) - centos
usb_gadget_config_buf(9) - centos
wimax_msg_alloc(9) - centos
Similar Topics in the Unix Linux Community
Best performance UNIX just for HOST Virtualization?
How to increment version inside a file?
Tar Command
Controlling user input
[TIP] Processing YAML files with yq