• Home
  • Raw
  • Download

Lines Matching full:coded

571  * batadv_nc_send_packet() - send non-coded packet and free nc_packet struct
1041 * @nc_packet: structure containing the packet to the skb can be coded with
1071 * coded packets? in batadv_nc_code_packets()
1181 /* Both packets are newly coded */ in batadv_nc_code_packets()
1188 /* skb_src recoded and skb_dest is newly coded */ in batadv_nc_code_packets()
1197 /* skb_src is newly coded and skb_dest is recoded */ in batadv_nc_code_packets()
1206 /* skb_src is now coded into skb_dest, so free it */ in batadv_nc_code_packets()
1213 /* Send the coded packet and return true */ in batadv_nc_code_packets()
1235 * a network coded form. If so, we may not be able to use it for coding because
1237 * coded form without being able to decode it. It is hard to know which of the
1553 * used when decoding coded packets
1701 * extract the missing packet from the received coded packet in batadv_nc_skb_decode_packet()
1728 * find the data needed to decode the coded packet
1730 * @ethhdr: pointer to the ethernet header inside the coded packet
1731 * @coded: coded packet we try to find decode data for
1738 struct batadv_coded_packet *coded) in batadv_nc_find_decoding_packet() argument
1752 if (!batadv_is_my_mac(bat_priv, coded->second_dest)) { in batadv_nc_find_decoding_packet()
1753 source = coded->second_source; in batadv_nc_find_decoding_packet()
1754 packet_id = coded->second_crc; in batadv_nc_find_decoding_packet()
1756 source = coded->first_source; in batadv_nc_find_decoding_packet()
1757 packet_id = coded->first_crc; in batadv_nc_find_decoding_packet()
1792 * batadv_nc_recv_coded_packet() - try to decode coded packet and enqueue the
1794 * @skb: incoming coded packet