]> git.baikalelectronics.ru Git - kernel.git/commit
net: add inline function skb_csum_is_sctp
authorXin Long <lucien.xin@gmail.com>
Sat, 16 Jan 2021 06:13:37 +0000 (14:13 +0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 19 Jan 2021 22:31:25 +0000 (14:31 -0800)
commited42c986211a69f1b7e952deab01960185b99bdd
treede95fed2c5d6ed2760f4cf362ce9941ee2d1fc6c
parentd30c5f2bc1ca0c874080fdcb6a170b8592fd5265
net: add inline function skb_csum_is_sctp

This patch is to define a inline function skb_csum_is_sctp(), and
also replace all places where it checks if it's a SCTP CSUM skb.
This function would be used later in many networking drivers in
the following patches.

Suggested-by: Alexander Duyck <alexander.duyck@gmail.com>
Signed-off-by: Xin Long <lucien.xin@gmail.com>
Reviewed-by: Alexander Duyck <alexanderduyck@fb.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/pensando/ionic/ionic_txrx.c
include/linux/skbuff.h
net/core/dev.c