1SKB_CHECKSUM_NONE_AS(9) Linux Networking SKB_CHECKSUM_NONE_AS(9)
23
4
NAME
6skb_checksum_none_assert - make sure skb ip_summed is CHECKSUM_NONE
7
SYNOPSIS
9void skb_checksum_none_assert(struct sk_buff * skb);
10
ARGUMENTS
12skb
13skb to check
14
DESCRIPTION
16fresh skbs have their ip_summed set to CHECKSUM_NONE. Instead of
17forcing ip_summed to CHECKSUM_NONE, we can use this helper, to document
18places where we make this assertion.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. June 2019 SKB_CHECKSUM_NONE_AS(9)