Searched refs:skb_crc32c (Results 1 – 4 of 4) sorted by relevance
| /linux/net/batman-adv/ |
| H A D | bridge_loop_avoidance.c | 1674 crc = skb_crc32c(skb, payload_offset, payload_len, 0); in batadv_bla_check_duplist()
|
| /linux/net/core/ |
| H A D | skbuff.c | 3703 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 D | dev.c | 3703 crc = ~skb_crc32c(skb, start, skb->len - start, ~0); in skb_crc32c_csum_help()
|
| /linux/include/linux/ |
| H A D | skbuff.h | 4338 u32 skb_crc32c(const struct sk_buff *skb, int offset, int len, u32 crc);
|