Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/batman-adv/
H A Dtranslation-table.c3233 struct batadv_orig_node *res_dst_orig_node = NULL; in batadv_send_other_tt_response() local
3252 res_dst_orig_node = batadv_orig_hash_find(bat_priv, req_src); in batadv_send_other_tt_response()
3253 if (!res_dst_orig_node) in batadv_send_other_tt_response()
3315 res_dst_orig_node->orig); in batadv_send_other_tt_response()
3327 res_dst_orig_node->orig, req_dst_orig_node->orig, in batadv_send_other_tt_response()
3343 if (res_dst_orig_node) in batadv_send_other_tt_response()
3344 batadv_orig_node_put(res_dst_orig_node); in batadv_send_other_tt_response()
/kernel/linux/linux-6.6/net/batman-adv/
H A Dtranslation-table.c3001 struct batadv_orig_node *res_dst_orig_node = NULL; in batadv_send_other_tt_response() local
3020 res_dst_orig_node = batadv_orig_hash_find(bat_priv, req_src); in batadv_send_other_tt_response()
3021 if (!res_dst_orig_node) in batadv_send_other_tt_response()
3083 res_dst_orig_node->orig); in batadv_send_other_tt_response()
3095 res_dst_orig_node->orig, req_dst_orig_node->orig, in batadv_send_other_tt_response()
3111 batadv_orig_node_put(res_dst_orig_node); in batadv_send_other_tt_response()

Completed in 12 milliseconds