Searched refs:__skb_checksum (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/net/sctp/ |
D | checksum.h | 73 new = ~__skb_checksum(skb, offset, skb->len - offset, ~(__wsum)0, &ops); in sctp_compute_cksum()
|
/Linux-v4.19/net/core/ |
D | skbuff.c | 2472 __wsum __skb_checksum(const struct sk_buff *skb, int offset, int len, in __skb_checksum() function 2534 csum2 = __skb_checksum(frag_iter, offset - start, in __skb_checksum() 2548 EXPORT_SYMBOL(__skb_checksum); 2558 return __skb_checksum(skb, offset, len, csum, &ops); in skb_checksum()
|
D | dev.c | 2947 crc32c_csum = cpu_to_le32(~__skb_checksum(skb, start, in skb_crc32c_csum_help()
|
/Linux-v4.19/include/linux/ |
D | skbuff.h | 3331 __wsum __skb_checksum(const struct sk_buff *skb, int offset, int len,
|