pskb_trim_rcsum(9) centos man page | unix.com

Man Page: pskb_trim_rcsum

Operating Environment: centos

Section: 9

PSKB_TRIM_RCSUM(9)						 Linux Networking						PSKB_TRIM_RCSUM(9)

NAME
pskb_trim_rcsum - trim received skb and update checksum
SYNOPSIS
int pskb_trim_rcsum(struct sk_buff * skb, unsigned int len);
ARGUMENTS
skb buffer to trim len new length
DESCRIPTION
This is exactly the same as pskb_trim except that it ensures the checksum of received packets are still valid after the operation.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 PSKB_TRIM_RCSUM(9)
Related Man Pages
__skb_recv_datagram(9) - centos
cfg80211_testmode_alloc_reply_skb(9) - centos
ieee80211_get_buffered_bc(9) - centos
struct_ieee80211_tx_rate_control(9) - centos
wimax_msg_alloc(9) - centos
Similar Topics in the Unix Linux Community
Weird 'find' results
How to increment version inside a file?
Docker learning Phase-I
Controlling user input
[TIP] Processing YAML files with yq