Home
last modified time | relevance | path

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

/linux/net/batman-adv/
H A Dbat_v.c657 struct batadv_gw_node *orig_gw = NULL; in batadv_v_gw_is_eligible() local
677 orig_gw = batadv_gw_node_get(bat_priv, orig_node); in batadv_v_gw_is_eligible()
678 if (!orig_gw) in batadv_v_gw_is_eligible()
681 if (batadv_v_gw_throughput_get(orig_gw, &orig_throughput) < 0) in batadv_v_gw_is_eligible()
697 batadv_gw_node_put(orig_gw); in batadv_v_gw_is_eligible()