Home
last modified time | relevance | path

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

/linux-6.15/net/batman-adv/
H A Dtranslation-table.c2952 struct batadv_orig_node *req_dst_orig_node; in batadv_send_other_tt_response() local
2968 if (!req_dst_orig_node) in batadv_send_other_tt_response()
2986 !req_dst_orig_node->tt_buff) in batadv_send_other_tt_response()
2995 spin_lock_bh(&req_dst_orig_node->tt_buff_lock); in batadv_send_other_tt_response()
2996 tt_len = req_dst_orig_node->tt_buff_len; in batadv_send_other_tt_response()
3006 memcpy(tt_change, req_dst_orig_node->tt_buff, in batadv_send_other_tt_response()
3007 req_dst_orig_node->tt_buff_len); in batadv_send_other_tt_response()
3008 spin_unlock_bh(&req_dst_orig_node->tt_buff_lock); in batadv_send_other_tt_response()
3026 req_dst_orig_node); in batadv_send_other_tt_response()
3059 spin_unlock_bh(&req_dst_orig_node->tt_buff_lock); in batadv_send_other_tt_response()
[all …]