other versions
| SKB_CHECKSUM_SETUP(9) | Linux Networking | SKB_CHECKSUM_SETUP(9) | 
NAME¶
skb_checksum_setup - set up partial checksum offset
SYNOPSIS¶
int skb_checksum_setup(struct sk_buff * skb, bool recalculate);
ARGUMENTS¶
struct sk_buff * skb
the skb to set up
bool recalculate
if true the pseudo-header checksum will be
  recalculated
COPYRIGHT¶
| July 2017 | Kernel Hackers Manual 4.11 |