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

/linux-master/net/batman-adv/
H A Dgateway_client.c688 struct batadv_orig_node *orig_dst_node = NULL; local
702 orig_dst_node = batadv_transtable_search(bat_priv, ethhdr->h_source,
704 if (!orig_dst_node)
707 gw_node = batadv_gw_node_get(bat_priv, orig_dst_node);
724 if (curr_gw->orig_node == orig_dst_node)
750 neigh_old = batadv_find_router(bat_priv, orig_dst_node, NULL);
763 batadv_orig_node_put(orig_dst_node);

Completed in 498 milliseconds