centos man page for skb_pull_rcsum

Query: skb_pull_rcsum

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SKB_PULL_RCSUM(9)						 Linux Networking						 SKB_PULL_RCSUM(9)

NAME
skb_pull_rcsum - pull skb and update receive checksum
SYNOPSIS
unsigned char * skb_pull_rcsum(struct sk_buff * skb, unsigned int len);
ARGUMENTS
skb buffer to update len length of data pulled
DESCRIPTION
This function performs an skb_pull on the packet and updates the CHECKSUM_COMPLETE checksum. It should be used on receive path processing instead of skb_pull unless you know that the checksum difference is zero (e.g., a valid IP header) or you are setting ip_summed to CHECKSUM_NONE.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 SKB_PULL_RCSUM(9)
Related Man Pages
wimax_msg_alloc(9) - suse
net_ispartialchecksum(9f) - opensolaris
__skb_recv_datagram(9) - suse
in4_cksum(9) - netbsd
in_cksum(9) - netbsd
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Set hard block limit for user using quota
How to increment version inside a file?
Docker learning Phase-I
Unsure why access time on a directory change isn't changing