Searched refs:__skb_checksum (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/include/net/sctp/
H A Dchecksum.h71 ret = cpu_to_le32(~__skb_checksum(skb, offset, skb->len - offset, sctp_compute_cksum()
/linux-4.1.27/net/core/
H A Dskbuff.c2070 __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 Dskbuff.h2727 __wsum __skb_checksum(const struct sk_buff *skb, int offset, int len,

Completed in 183 milliseconds