Searched refs:__skb_checksum (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/include/net/sctp/ |
D | checksum.h | 59 new = ~__skb_checksum(skb, offset, skb->len - offset, ~(__wsum)0, in sctp_compute_cksum()
|
/Linux-v6.6/drivers/infiniband/sw/siw/ |
D | siw.h | 696 crc = __skb_checksum(srx->skb, srx->skb_offset, len, crc, in siw_crc_skb()
|
/Linux-v6.6/net/core/ |
D | skbuff.c | 3269 __wsum __skb_checksum(const struct sk_buff *skb, int offset, int len, in __skb_checksum() function 3336 csum2 = __skb_checksum(frag_iter, offset - start, in __skb_checksum() 3351 EXPORT_SYMBOL(__skb_checksum); 3361 return __skb_checksum(skb, offset, len, csum, &ops); in skb_checksum()
|
D | dev.c | 3377 crc32c_csum = cpu_to_le32(~__skb_checksum(skb, start, in skb_crc32c_csum_help()
|
/Linux-v6.6/include/linux/ |
D | skbuff.h | 4029 __wsum __skb_checksum(const struct sk_buff *skb, int offset, int len,
|