1SKB_POSTPULL_RCSUM(9)          Linux Networking          SKB_POSTPULL_RCSUM(9)
2
3
4

NAME

6       skb_postpull_rcsum - update checksum for received skb after pull
7

SYNOPSIS

9       void skb_postpull_rcsum(struct sk_buff * skb, const void * start,
10                               unsigned int len);
11

ARGUMENTS

13       skb
14           buffer to update
15
16       start
17           start of data before pull
18
19       len
20           length of data pulled
21

DESCRIPTION

23       After doing a pull on a received packet, you need to call this to
24       update the CHECKSUM_COMPLETE checksum, or set ip_summed to
25       CHECKSUM_NONE so that it can be recomputed from scratch.
26
28Kernel Hackers Manual 3.10         June 2019             SKB_POSTPULL_RCSUM(9)
Impressum