skb_postpull_rcsum — update checksum for received skb after pull
buffer to update
start of data before pull
length of data pulled
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.