Home
last modified time | relevance | path

Searched refs:crc32c_csum (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/core/
H A Ddev.c3272 __le32 crc32c_csum; in skb_crc32c_csum_help() local
3300 crc32c_csum = cpu_to_le32(~__skb_checksum(skb, start, in skb_crc32c_csum_help()
3303 *(__le32 *)(skb->data + offset) = crc32c_csum; in skb_crc32c_csum_help()
/kernel/linux/linux-6.6/net/core/
H A Ddev.c3349 __le32 crc32c_csum; in skb_crc32c_csum_help() local
3377 crc32c_csum = cpu_to_le32(~__skb_checksum(skb, start, in skb_crc32c_csum_help()
3380 *(__le32 *)(skb->data + offset) = crc32c_csum; in skb_crc32c_csum_help()

Completed in 27 milliseconds