Searched refs:__skb_checksum (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/net/sctp/ |
D | checksum.h | 71 ret = cpu_to_le32(~__skb_checksum(skb, offset, skb->len - offset, in sctp_compute_cksum()
|
/linux-4.4.14/net/core/ |
D | skbuff.c | 2034 __wsum __skb_checksum(const struct sk_buff *skb, int offset, int len, in __skb_checksum() function 2089 csum2 = __skb_checksum(frag_iter, offset - start, in __skb_checksum() 2103 EXPORT_SYMBOL(__skb_checksum); 2113 return __skb_checksum(skb, offset, len, csum, &ops); in skb_checksum()
|
/linux-4.4.14/include/linux/ |
D | skbuff.h | 2896 __wsum __skb_checksum(const struct sk_buff *skb, int offset, int len,
|