skb_pull_rcsum(9) suse man page | unix.com

Man Page: skb_pull_rcsum

Operating Environment: suse

Section: 9

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 2.6. July 2010 SKB_PULL_RCSUM(9)
Related Man Pages
__skb_recv_datagram(9) - centos
shishi_ap_set_tktoptionsraw(3) - debian
struct_sk_buff(9) - suse
in4_cksum(9) - netbsd
in6_cksum(9) - netbsd
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Grant unprivileged user rights to see the output of echo|format but not modify disks
Update kernel Linux without reboot?!
Docker learning Phase-I
The Future of the PM (Private Message) System at UNIX.com