Lines Matching refs:req_dst_orig_node
1164 struct orig_node *req_dst_orig_node = NULL, *res_dst_orig_node = NULL; in send_other_tt_response() local
1181 req_dst_orig_node = orig_hash_find(bat_priv, tt_request->dst); in send_other_tt_response()
1182 if (!req_dst_orig_node) in send_other_tt_response()
1197 orig_ttvn = (uint8_t)atomic_read(&req_dst_orig_node->last_ttvn); in send_other_tt_response()
1202 tt_request->tt_data != req_dst_orig_node->tt_crc) in send_other_tt_response()
1207 !req_dst_orig_node->tt_buff) in send_other_tt_response()
1215 spin_lock_bh(&req_dst_orig_node->tt_buff_lock); in send_other_tt_response()
1216 tt_len = req_dst_orig_node->tt_buff_len; in send_other_tt_response()
1232 memcpy(tt_buff, req_dst_orig_node->tt_buff, in send_other_tt_response()
1233 req_dst_orig_node->tt_buff_len); in send_other_tt_response()
1235 spin_unlock_bh(&req_dst_orig_node->tt_buff_lock); in send_other_tt_response()
1237 tt_len = (uint16_t)atomic_read(&req_dst_orig_node->tt_size) * in send_other_tt_response()
1239 ttvn = (uint8_t)atomic_read(&req_dst_orig_node->last_ttvn); in send_other_tt_response()
1244 req_dst_orig_node); in send_other_tt_response()
1254 memcpy(tt_response->src, req_dst_orig_node->orig, ETH_ALEN); in send_other_tt_response()
1264 req_dst_orig_node->orig, req_ttvn); in send_other_tt_response()
1271 spin_unlock_bh(&req_dst_orig_node->tt_buff_lock); in send_other_tt_response()
1276 if (req_dst_orig_node) in send_other_tt_response()
1277 orig_node_free_ref(req_dst_orig_node); in send_other_tt_response()