Home
last modified time | relevance | path

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

/linux-5.19.10/net/batman-adv/
Dtranslation-table.c3001 struct batadv_orig_node *req_dst_orig_node; in batadv_send_other_tt_response() local
3017 req_dst_orig_node = batadv_orig_hash_find(bat_priv, req_dst); in batadv_send_other_tt_response()
3018 if (!req_dst_orig_node) in batadv_send_other_tt_response()
3025 orig_ttvn = (u8)atomic_read(&req_dst_orig_node->last_ttvn); in batadv_send_other_tt_response()
3031 !batadv_tt_global_check_crc(req_dst_orig_node, tt_vlan, in batadv_send_other_tt_response()
3037 !req_dst_orig_node->tt_buff) in batadv_send_other_tt_response()
3046 spin_lock_bh(&req_dst_orig_node->tt_buff_lock); in batadv_send_other_tt_response()
3047 tt_len = req_dst_orig_node->tt_buff_len; in batadv_send_other_tt_response()
3049 tvlv_len = batadv_tt_prepare_tvlv_global_data(req_dst_orig_node, in batadv_send_other_tt_response()
3057 memcpy(tt_change, req_dst_orig_node->tt_buff, in batadv_send_other_tt_response()
[all …]