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

NAME

6       skb_checksum_none_assert - make sure skb ip_summed is CHECKSUM_NONE
7

SYNOPSIS

9       void skb_checksum_none_assert(const struct sk_buff * skb);
10

ARGUMENTS

12       skb
13           skb to check
14

DESCRIPTION

16       fresh skbs have their ip_summed set to CHECKSUM_NONE. Instead of
17       forcing ip_summed to CHECKSUM_NONE, we can use this helper, to document
18       places where we make this assertion.
19
21Kernel Hackers Manual 3.10         June 2019           SKB_CHECKSUM_NONE_AS(9)
Impressum