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