Lines Matching refs:coded
570 * batadv_nc_send_packet() - send non-coded packet and free nc_packet struct
1038 * @nc_packet: structure containing the packet to the skb can be coded with
1068 * coded packets?
1178 /* Both packets are newly coded */
1185 /* skb_src recoded and skb_dest is newly coded */
1194 /* skb_src is newly coded and skb_dest is recoded */
1203 /* skb_src is now coded into skb_dest, so free it */
1210 /* Send the coded packet and return true */
1228 * a network coded form. If so, we may not be able to use it for coding because
1230 * coded form without being able to decode it. It is hard to know which of the
1546 * used when decoding coded packets
1694 * extract the missing packet from the received coded packet
1721 * find the data needed to decode the coded packet
1723 * @ethhdr: pointer to the ethernet header inside the coded packet
1724 * @coded: coded packet we try to find decode data for
1731 struct batadv_coded_packet *coded)
1745 if (!batadv_is_my_mac(bat_priv, coded->second_dest)) {
1746 source = coded->second_source;
1747 packet_id = coded->second_crc;
1749 source = coded->first_source;
1750 packet_id = coded->first_crc;
1785 * batadv_nc_recv_coded_packet() - try to decode coded packet and enqueue the
1787 * @skb: incoming coded packet