Lines Matching refs:req_dst_orig_node

2588 	struct batadv_orig_node *req_dst_orig_node;  in batadv_send_other_tt_response()  local
2604 req_dst_orig_node = batadv_orig_hash_find(bat_priv, req_dst); in batadv_send_other_tt_response()
2605 if (!req_dst_orig_node) in batadv_send_other_tt_response()
2612 orig_ttvn = (u8)atomic_read(&req_dst_orig_node->last_ttvn); in batadv_send_other_tt_response()
2618 !batadv_tt_global_check_crc(req_dst_orig_node, tt_vlan, in batadv_send_other_tt_response()
2624 !req_dst_orig_node->tt_buff) in batadv_send_other_tt_response()
2633 spin_lock_bh(&req_dst_orig_node->tt_buff_lock); in batadv_send_other_tt_response()
2634 tt_len = req_dst_orig_node->tt_buff_len; in batadv_send_other_tt_response()
2636 tvlv_len = batadv_tt_prepare_tvlv_global_data(req_dst_orig_node, in batadv_send_other_tt_response()
2644 memcpy(tt_change, req_dst_orig_node->tt_buff, in batadv_send_other_tt_response()
2645 req_dst_orig_node->tt_buff_len); in batadv_send_other_tt_response()
2646 spin_unlock_bh(&req_dst_orig_node->tt_buff_lock); in batadv_send_other_tt_response()
2652 tvlv_len = batadv_tt_prepare_tvlv_global_data(req_dst_orig_node, in batadv_send_other_tt_response()
2663 req_dst_orig_node); in batadv_send_other_tt_response()
2683 res_dst_orig_node->orig, req_dst_orig_node->orig, in batadv_send_other_tt_response()
2688 batadv_tvlv_unicast_send(bat_priv, req_dst_orig_node->orig, in batadv_send_other_tt_response()
2696 spin_unlock_bh(&req_dst_orig_node->tt_buff_lock); in batadv_send_other_tt_response()
2701 if (req_dst_orig_node) in batadv_send_other_tt_response()
2702 batadv_orig_node_free_ref(req_dst_orig_node); in batadv_send_other_tt_response()