Searched refs:curr_gw_orig (Results 1 – 4 of 4) sorted by relevance
306 struct batadv_orig_node *curr_gw_orig; in batadv_gw_check_election() local314 curr_gw_orig = batadv_gw_get_selected_orig(bat_priv); in batadv_gw_check_election()315 if (!curr_gw_orig) in batadv_gw_check_election()319 if (curr_gw_orig == orig_node) in batadv_gw_check_election()322 if (!bat_priv->algo_ops->gw.is_eligible(bat_priv, curr_gw_orig, in batadv_gw_check_election()329 if (curr_gw_orig) in batadv_gw_check_election()330 batadv_orig_node_put(curr_gw_orig); in batadv_gw_check_election()
785 struct batadv_orig_node *curr_gw_orig, in batadv_v_gw_is_eligible() argument794 curr_gw = batadv_gw_node_get(bat_priv, curr_gw_orig); in batadv_v_gw_is_eligible()
2290 struct batadv_orig_node *curr_gw_orig,
2486 struct batadv_orig_node *curr_gw_orig, in batadv_iv_gw_is_eligible() argument2500 router_gw = batadv_orig_router_get(curr_gw_orig, BATADV_IF_DEFAULT); in batadv_iv_gw_is_eligible()