Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/batman-adv/
H A Dgateway_client.c290 struct batadv_orig_node *curr_gw_orig; in batadv_gw_check_election() local
298 curr_gw_orig = batadv_gw_get_selected_orig(bat_priv); in batadv_gw_check_election()
299 if (!curr_gw_orig) in batadv_gw_check_election()
303 if (curr_gw_orig == orig_node) in batadv_gw_check_election()
306 if (!bat_priv->algo_ops->gw.is_eligible(bat_priv, curr_gw_orig, in batadv_gw_check_election()
313 batadv_orig_node_put(curr_gw_orig); in batadv_gw_check_election()
H A Dbat_v.c596 * @curr_gw_orig: originator representing the currently selected GW
602 struct batadv_orig_node *curr_gw_orig, in batadv_v_gw_is_eligible()
611 curr_gw = batadv_gw_node_get(bat_priv, curr_gw_orig); in batadv_v_gw_is_eligible()
601 batadv_v_gw_is_eligible(struct batadv_priv *bat_priv, struct batadv_orig_node *curr_gw_orig, struct batadv_orig_node *orig_node) batadv_v_gw_is_eligible() argument
H A Dtypes.h2216 struct batadv_orig_node *curr_gw_orig,
H A Dbat_iv_ogm.c2325 struct batadv_orig_node *curr_gw_orig, in batadv_iv_gw_is_eligible()
2339 router_gw = batadv_orig_router_get(curr_gw_orig, BATADV_IF_DEFAULT); in batadv_iv_gw_is_eligible()
2324 batadv_iv_gw_is_eligible(struct batadv_priv *bat_priv, struct batadv_orig_node *curr_gw_orig, struct batadv_orig_node *orig_node) batadv_iv_gw_is_eligible() argument
/kernel/linux/linux-5.10/net/batman-adv/
H A Dgateway_client.c296 struct batadv_orig_node *curr_gw_orig; in batadv_gw_check_election() local
304 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()
H A Dbat_v.c779 * @curr_gw_orig: originator representing the currently selected GW
785 struct batadv_orig_node *curr_gw_orig, in batadv_v_gw_is_eligible()
794 curr_gw = batadv_gw_node_get(bat_priv, curr_gw_orig); in batadv_v_gw_is_eligible()
784 batadv_v_gw_is_eligible(struct batadv_priv *bat_priv, struct batadv_orig_node *curr_gw_orig, struct batadv_orig_node *orig_node) batadv_v_gw_is_eligible() argument
H A Dtypes.h2299 struct batadv_orig_node *curr_gw_orig,
H A Dbat_iv_ogm.c2494 struct batadv_orig_node *curr_gw_orig, in batadv_iv_gw_is_eligible()
2508 router_gw = batadv_orig_router_get(curr_gw_orig, BATADV_IF_DEFAULT); in batadv_iv_gw_is_eligible()
2493 batadv_iv_gw_is_eligible(struct batadv_priv *bat_priv, struct batadv_orig_node *curr_gw_orig, struct batadv_orig_node *orig_node) batadv_iv_gw_is_eligible() argument

Completed in 19 milliseconds