diff options
author | 2025-05-19 10:50:05 -0700 | |
---|---|---|
committer | 2025-05-21 15:39:59 -0700 | |
commit | 86edc94da1063a327d8d4bfc82b31df427db3e5c (patch) | |
tree | 418c8947d074ce43a6fab3e26e05fc167a47e10a /net/lapb/lapb_timer.c | |
parent | net: add skb_crc32c() (diff) | |
download | wireguard-linux-86edc94da1063a327d8d4bfc82b31df427db3e5c.tar.xz wireguard-linux-86edc94da1063a327d8d4bfc82b31df427db3e5c.zip |
net: use skb_crc32c() in skb_crc32c_csum_help()
Instead of calling __skb_checksum() with a skb_checksum_ops struct that
does CRC32C, just call the new function skb_crc32c(). This is faster
and simpler.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Link: https://patch.msgid.link/20250519175012.36581-4-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