Searched refs:skb_crc32c (Results 1 – 6 of 6) sorted by relevance
| /linux/include/net/sctp/ |
| H A D | checksum.h | 35 new = ~skb_crc32c(skb, offset, skb->len - offset, ~0); in sctp_compute_cksum()
|
| /linux/drivers/infiniband/sw/siw/ |
| H A D | siw.h | 698 srx->mpa_crc = skb_crc32c(srx->skb, srx->skb_offset, len, srx->mpa_crc); in siw_crc_skb()
|
| /linux/net/batman-adv/ |
| H A D | bridge_loop_avoidance.c | 1617 crc = skb_crc32c(skb, payload_offset, payload_len, 0); in batadv_bla_check_duplist()
|
| /linux/net/core/ |
| H A D | skbuff.c | 3691 u32 skb_crc32c(const struct sk_buff *skb, int offset, int len, u32 crc) in skb_crc32c() function 3747 crc = skb_crc32c(frag_iter, offset - start, copy, crc); in skb_crc32c() 3759 EXPORT_SYMBOL(skb_crc32c);
|
| H A D | dev.c | 3654 crc = ~skb_crc32c(skb, start, skb->len - start, ~0); in skb_crc32c_csum_help()
|
| /linux/include/linux/ |
| H A D | skbuff.h | 4283 u32 skb_crc32c(const struct sk_buff *skb, int offset, int len, u32 crc);
|