Home
last modified time | relevance | path

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

/openbmc/linux/net/batman-adv/
H A Dbat_v.c605 struct batadv_gw_node *curr_gw, *orig_gw = NULL; in batadv_v_gw_is_eligible() local
622 orig_gw = batadv_gw_node_get(bat_priv, orig_node); in batadv_v_gw_is_eligible()
623 if (!orig_gw) in batadv_v_gw_is_eligible()
626 if (batadv_v_gw_throughput_get(orig_gw, &orig_throughput) < 0) in batadv_v_gw_is_eligible()
642 batadv_gw_node_put(orig_gw); in batadv_v_gw_is_eligible()