Home
last modified time | relevance | path

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

/linux/net/batman-adv/
H A Dbridge_loop_avoidance.c1674 crc = skb_crc32c(skb, payload_offset, payload_len, 0); in batadv_bla_check_duplist()
/linux/net/core/
H A Dskbuff.c3703 u32 skb_crc32c(const struct sk_buff *skb, int offset, int len, u32 crc) in skb_crc32c() function
3759 crc = skb_crc32c(frag_iter, offset - start, copy, crc); in skb_crc32c()
3771 EXPORT_SYMBOL(skb_crc32c);
H A Ddev.c3703 crc = ~skb_crc32c(skb, start, skb->len - start, ~0); in skb_crc32c_csum_help()
/linux/include/linux/
H A Dskbuff.h4338 u32 skb_crc32c(const struct sk_buff *skb, int offset, int len, u32 crc);