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