Home
last modified time | relevance | path

Searched refs:req_dst_orig_node (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/net/batman-adv/
Dtranslation-table.c1164 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()
[all …]