Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/batman-adv/
H A Dtranslation-table.c3232 struct batadv_orig_node *req_dst_orig_node; in batadv_send_other_tt_response() local
3248 req_dst_orig_node = batadv_orig_hash_find(bat_priv, req_dst); in batadv_send_other_tt_response()
3249 if (!req_dst_orig_node) in batadv_send_other_tt_response()
3256 orig_ttvn = (u8)atomic_read(&req_dst_orig_node->last_ttvn); in batadv_send_other_tt_response()
3262 !batadv_tt_global_check_crc(req_dst_orig_node, tt_vlan, in batadv_send_other_tt_response()
3268 !req_dst_orig_node->tt_buff) in batadv_send_other_tt_response()
3277 spin_lock_bh(&req_dst_orig_node->tt_buff_lock); in batadv_send_other_tt_response()
3278 tt_len = req_dst_orig_node->tt_buff_len; in batadv_send_other_tt_response()
3280 tvlv_len = batadv_tt_prepare_tvlv_global_data(req_dst_orig_node, in batadv_send_other_tt_response()
3288 memcpy(tt_change, req_dst_orig_node in batadv_send_other_tt_response()
[all...]
/kernel/linux/linux-6.6/net/batman-adv/
H A Dtranslation-table.c3000 struct batadv_orig_node *req_dst_orig_node; in batadv_send_other_tt_response() local
3016 req_dst_orig_node = batadv_orig_hash_find(bat_priv, req_dst); in batadv_send_other_tt_response()
3017 if (!req_dst_orig_node) in batadv_send_other_tt_response()
3024 orig_ttvn = (u8)atomic_read(&req_dst_orig_node->last_ttvn); in batadv_send_other_tt_response()
3030 !batadv_tt_global_check_crc(req_dst_orig_node, tt_vlan, in batadv_send_other_tt_response()
3036 !req_dst_orig_node->tt_buff) in batadv_send_other_tt_response()
3045 spin_lock_bh(&req_dst_orig_node->tt_buff_lock); in batadv_send_other_tt_response()
3046 tt_len = req_dst_orig_node->tt_buff_len; in batadv_send_other_tt_response()
3048 tvlv_len = batadv_tt_prepare_tvlv_global_data(req_dst_orig_node, in batadv_send_other_tt_response()
3056 memcpy(tt_change, req_dst_orig_node in batadv_send_other_tt_response()
[all...]

Completed in 10 milliseconds