Home
last modified time | relevance | path

Searched refs:batadv_skb_crc32 (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/batman-adv/
H A Dmain.h258 __be32 batadv_skb_crc32(struct sk_buff *skb, u8 *payload_ptr);
H A Dnetwork-coding.c1117 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 Dmain.c627 * 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 Dbridge_loop_avoidance.c1622 crc = batadv_skb_crc32(skb, payload_ptr); in batadv_bla_check_duplist()
/kernel/linux/linux-6.6/net/batman-adv/
H A Dmain.h254 __be32 batadv_skb_crc32(struct sk_buff *skb, u8 *payload_ptr);
H A Dnetwork-coding.c1108 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 Dmain.c583 * 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 Dbridge_loop_avoidance.c1616 crc = batadv_skb_crc32(skb, payload_ptr); in batadv_bla_check_duplist()

Completed in 14 milliseconds