Home
last modified time | relevance | path

Searched refs:skb_crc32c (Results 1 – 6 of 6) sorted by relevance

/linux/include/net/sctp/
H A Dchecksum.h35 new = ~skb_crc32c(skb, offset, skb->len - offset, ~0); in sctp_compute_cksum()
/linux/drivers/infiniband/sw/siw/
H A Dsiw.h698 srx->mpa_crc = skb_crc32c(srx->skb, srx->skb_offset, len, srx->mpa_crc); in siw_crc_skb()
/linux/net/batman-adv/
H A Dbridge_loop_avoidance.c1617 crc = skb_crc32c(skb, payload_offset, payload_len, 0); in batadv_bla_check_duplist()
/linux/net/core/
H A Dskbuff.c3691 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 Ddev.c3654 crc = ~skb_crc32c(skb, start, skb->len - start, ~0); in skb_crc32c_csum_help()
/linux/include/linux/
H A Dskbuff.h4283 u32 skb_crc32c(const struct sk_buff *skb, int offset, int len, u32 crc);