Home
last modified time | relevance | path

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

/Linux-v5.4/net/batman-adv/
Dtranslation-table.c3234 struct batadv_orig_node *res_dst_orig_node = NULL; in batadv_send_other_tt_response() local
3253 res_dst_orig_node = batadv_orig_hash_find(bat_priv, req_src); in batadv_send_other_tt_response()
3254 if (!res_dst_orig_node) in batadv_send_other_tt_response()
3316 res_dst_orig_node->orig); in batadv_send_other_tt_response()
3328 res_dst_orig_node->orig, req_dst_orig_node->orig, in batadv_send_other_tt_response()
3344 if (res_dst_orig_node) in batadv_send_other_tt_response()
3345 batadv_orig_node_put(res_dst_orig_node); in batadv_send_other_tt_response()