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)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 3.10 June 2014 SKB_PULL_RCSUM(9)
Related Man Pages |
---|
cfg80211_testmode_alloc_reply_skb(9) - centos |
struct_sk_buff(9) - centos |
shishi_ap_authenticator_cksumdata(3) - debian |
shishi_ap_set_tktoptionsdata(3) - debian |
in6_cksum(9) - netbsd |
Similar Topics in the Unix Linux Community |
---|
Set hard block limit for user using quota |
DB2 convert digits to binary format |
Tar Command |
CentOS7 restoring file capabilities |
Shopt -s histappend |