Query: skb_pull_rcsum
OS: suse
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)NAMEskb_pull_rcsum - pull skb and update receive checksumSYNOPSISunsigned char * skb_pull_rcsum(struct sk_buff * skb, unsigned int len);ARGUMENTSskb buffer to update len length of data pulledDESCRIPTIONThis 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.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SKB_PULL_RCSUM(9)
Related Man Pages |
---|
net_ispartialchecksum(9f) - opensolaris |
struct_ieee80211_tx_rate_control(9) - centos |
__skb_recv_datagram(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 |
Change directory error |
A (ksh) Library For and From UNIX.com |
Docker learning Phase-I |
32 bit process addressing more than 4GB |