table of contents
other versions
- stretch 4.9.168-1
SKB_POSTPUSH_RCSUM(9) | Linux Networking | SKB_POSTPUSH_RCSUM(9) |
NAME¶
skb_postpush_rcsum - update checksum for received skb after pushSYNOPSIS¶
void skb_postpush_rcsum(struct sk_buff * skb, const void * start, unsigned int len);
ARGUMENTS¶
skbbuffer to update
start
start of data after push
len
length of data pushed
DESCRIPTION¶
After doing a push on a received packet, you need to call this to update the CHECKSUM_COMPLETE checksum.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |