diff options
author | 2025-05-19 10:50:08 -0700 | |
---|---|---|
committer | 2025-05-21 15:40:16 -0700 | |
commit | 70c96c7cb9f035d5b960021f2450afa6240e66b4 (patch) | |
tree | 8c3ca704848ee6a921b8a43ca65f7e25cba01368 /net/lapb/lapb_timer.c | |
parent | sctp: use skb_crc32c() instead of __skb_checksum() (diff) | |
download | wireguard-linux-70c96c7cb9f035d5b960021f2450afa6240e66b4.tar.xz wireguard-linux-70c96c7cb9f035d5b960021f2450afa6240e66b4.zip |
net: fold __skb_checksum() into skb_checksum()
Now that the only remaining caller of __skb_checksum() is
skb_checksum(), fold __skb_checksum() into skb_checksum(). This makes
struct skb_checksum_ops unnecessary, so remove that too and simply do
the "regular" net checksum. It also makes the wrapper functions
csum_partial_ext() and csum_block_add_ext() unnecessary, so remove those
too and just use the underlying functions.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Link: https://patch.msgid.link/20250519175012.36581-7-ebiggers@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions