Lines Matching refs:decoded
1178 if (BATADV_SKB_CB(skb_src)->decoded &&
1179 BATADV_SKB_CB(skb_dest)->decoded) {
1185 } else if (!BATADV_SKB_CB(skb_src)->decoded &&
1186 !BATADV_SKB_CB(skb_dest)->decoded) {
1192 } else if (BATADV_SKB_CB(skb_src)->decoded &&
1193 !BATADV_SKB_CB(skb_dest)->decoded) {
1201 } else if (!BATADV_SKB_CB(skb_src)->decoded &&
1202 BATADV_SKB_CB(skb_dest)->decoded) {
1235 * batadv_nc_skb_coding_possible() - true if a decoded skb is available at dst.
1249 * Return: true if coding of a decoded packet is allowed.
1253 if (BATADV_SKB_CB(skb)->decoded && !batadv_compare_eth(dst, src))
1267 * Return: true if coding of a decoded skb is allowed.
1355 /* Check if the skb is decoded and if recoding is possible */
1645 * Return: pointer to decoded unicast packet if the packet was decoded or NULL
1713 /* Resize decoded skb if decoded with larger packet */
1720 /* Create decoded unicast packet */
1857 /* Mark packet as decoded to do correct recoding when forwarding */
1858 BATADV_SKB_CB(skb)->decoded = true;