Searched refs:curr_gw_orig (Results 1 – 4 of 4) sorted by relevance
296 struct batadv_orig_node *curr_gw_orig; in batadv_gw_check_election() local304 curr_gw_orig = batadv_gw_get_selected_orig(bat_priv); in batadv_gw_check_election()305 if (!curr_gw_orig) in batadv_gw_check_election()309 if (curr_gw_orig == orig_node) in batadv_gw_check_election()312 if (!bat_priv->algo_ops->gw.is_eligible(bat_priv, curr_gw_orig, in batadv_gw_check_election()319 if (curr_gw_orig) in batadv_gw_check_election()320 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()
2293 struct batadv_orig_node *curr_gw_orig,
2494 struct batadv_orig_node *curr_gw_orig, in batadv_iv_gw_is_eligible() argument2508 router_gw = batadv_orig_router_get(curr_gw_orig, BATADV_IF_DEFAULT); in batadv_iv_gw_is_eligible()