centos man page for skb_postpull_rcsum

Query: skb_postpull_rcsum

OS: centos

Section: 9

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

SKB_POSTPULL_RCSUM(9)						 Linux Networking					     SKB_POSTPULL_RCSUM(9)

NAME
skb_postpull_rcsum - update checksum for received skb after pull
SYNOPSIS
void skb_postpull_rcsum(struct sk_buff * skb, const void * start, unsigned int len);
ARGUMENTS
skb buffer to update start start of data before pull len length of data pulled
DESCRIPTION
After doing a pull on a received packet, you need to call this to update the CHECKSUM_COMPLETE checksum, or set ip_summed to CHECKSUM_NONE so that it can be recomputed from scratch.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 SKB_POSTPULL_RCSUM(9)
Related Man Pages
cfg80211_testmode_alloc_reply_skb(9) - centos
struct_sk_buff(9) - centos
smd-loop(1) - debian
smd-pull(1) - debian
git-request-pull(1) - osx
Similar Topics in the Unix Linux Community
Weird 'find' results
Set hard block limit for user using quota
CentOS7 restoring file capabilities
Controlling user input
Please Welcome Dave Munro to the Moderator Team!