Searched refs:batadv_skb_crc32 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | main.h | 258 __be32 batadv_skb_crc32(struct sk_buff *skb, u8 *payload_ptr);
|
H A D | network-coding.c | 1117 packet_id2 = batadv_skb_crc32(skb, in batadv_nc_code_packets() 1127 packet_id1 = batadv_skb_crc32(skb, in batadv_nc_code_packets() 1543 packet_id = batadv_skb_crc32(skb, payload + sizeof(*packet)); in batadv_nc_skb_forward() 1603 packet_id = batadv_skb_crc32(skb, payload + sizeof(*packet)); in batadv_nc_skb_store_for_decoding()
|
H A D | main.c | 627 * batadv_skb_crc32() - calculate CRC32 of the whole packet and skip bytes in 638 __be32 batadv_skb_crc32(struct sk_buff *skb, u8 *payload_ptr) in batadv_skb_crc32() function
|
H A D | bridge_loop_avoidance.c | 1622 crc = batadv_skb_crc32(skb, payload_ptr); in batadv_bla_check_duplist()
|
/kernel/linux/linux-6.6/net/batman-adv/ |
H A D | main.h | 254 __be32 batadv_skb_crc32(struct sk_buff *skb, u8 *payload_ptr);
|
H A D | network-coding.c | 1108 packet_id2 = batadv_skb_crc32(skb, in batadv_nc_code_packets() 1118 packet_id1 = batadv_skb_crc32(skb, in batadv_nc_code_packets() 1530 packet_id = batadv_skb_crc32(skb, payload + sizeof(*packet)); in batadv_nc_skb_forward() 1590 packet_id = batadv_skb_crc32(skb, payload + sizeof(*packet)); in batadv_nc_skb_store_for_decoding()
|
H A D | main.c | 583 * batadv_skb_crc32() - calculate CRC32 of the whole packet and skip bytes in 594 __be32 batadv_skb_crc32(struct sk_buff *skb, u8 *payload_ptr) in batadv_skb_crc32() function
|
H A D | bridge_loop_avoidance.c | 1616 crc = batadv_skb_crc32(skb, payload_ptr); in batadv_bla_check_duplist()
|
Completed in 14 milliseconds