Lines Matching refs:decoded
1169 if (BATADV_SKB_CB(skb_src)->decoded &&
1170 BATADV_SKB_CB(skb_dest)->decoded) {
1176 } else if (!BATADV_SKB_CB(skb_src)->decoded &&
1177 !BATADV_SKB_CB(skb_dest)->decoded) {
1183 } else if (BATADV_SKB_CB(skb_src)->decoded &&
1184 !BATADV_SKB_CB(skb_dest)->decoded) {
1192 } else if (!BATADV_SKB_CB(skb_src)->decoded &&
1193 BATADV_SKB_CB(skb_dest)->decoded) {
1222 * batadv_nc_skb_coding_possible() - true if a decoded skb is available at dst.
1236 * Return: true if coding of a decoded packet is allowed.
1240 if (BATADV_SKB_CB(skb)->decoded && !batadv_compare_eth(dst, src))
1254 * Return: true if coding of a decoded skb is allowed.
1342 /* Check if the skb is decoded and if recoding is possible */
1632 * Return: pointer to decoded unicast packet if the packet was decoded or NULL
1700 /* Resize decoded skb if decoded with larger packet */
1707 /* Create decoded unicast packet */
1844 /* Mark packet as decoded to do correct recoding when forwarding */
1845 BATADV_SKB_CB(skb)->decoded = true;