Home
last modified time | relevance | path

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

/linux-3.4.99/net/batman-adv/
Dtranslation-table.c1164 struct orig_node *req_dst_orig_node = NULL, *res_dst_orig_node = NULL; in send_other_tt_response() local
1185 res_dst_orig_node = orig_hash_find(bat_priv, tt_request->src); in send_other_tt_response()
1186 if (!res_dst_orig_node) in send_other_tt_response()
1189 neigh_node = orig_node_get_router(res_dst_orig_node); in send_other_tt_response()
1263 res_dst_orig_node->orig, neigh_node->addr, in send_other_tt_response()
1274 if (res_dst_orig_node) in send_other_tt_response()
1275 orig_node_free_ref(res_dst_orig_node); in send_other_tt_response()