Home
last modified time | relevance | path

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

/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.c3694 u32 skb_crc32c(const struct sk_buff *skb, int offset, int len, u32 crc) in skb_crc32c() function
3750 crc = skb_crc32c(frag_iter, offset - start, copy, crc); in skb_crc32c()
3762 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);