skb_postpull_rcsum(9) suse man page | unix.com

Man Page: skb_postpull_rcsum

Operating Environment: suse

Section: 9

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 2.6. July 2010 SKB_POSTPULL_RCSUM(9)
Related Man Pages
wimax_msg_alloc(9) - suse
__skb_recv_datagram(9) - centos
gbp-pull(1) - debian
git-request-pull(1) - mojave
git-request-pull(1) - xfree86
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Is UNIX an open source OS ?
Grant unprivileged user rights to see the output of echo|format but not modify disks
Update kernel Linux without reboot?!
SOCKS proxy & PAM configuration exposure