Searched refs:is_eligible (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/net/batman-adv/ |
H A D | gateway_client.c | 218 * gw.is_eligible() said that we have a new best GW, therefore it can in batadv_gw_election() 295 if (!bat_priv->algo_ops->gw.is_eligible) in batadv_gw_check_election() 306 if (!bat_priv->algo_ops->gw.is_eligible(bat_priv, curr_gw_orig, in batadv_gw_check_election()
|
H A D | netlink.c | 323 bat_priv->algo_ops->gw.is_eligible) { in batadv_netlink_mesh_fill() 549 bat_priv->algo_ops->gw.is_eligible) { in batadv_netlink_set_mesh()
|
H A D | types.h | 2212 * @is_eligible: check if a newly discovered GW is a potential candidate 2215 bool (*is_eligible)(struct batadv_priv *bat_priv, member
|
H A D | bat_v.c | 804 .is_eligible = batadv_v_gw_is_eligible,
|
H A D | bat_iv_ogm.c | 2521 .is_eligible = batadv_iv_gw_is_eligible,
|
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | sysfs.c | 465 !bat_priv->algo_ops->gw.is_eligible) in batadv_show_gw_mode() 501 !bat_priv->algo_ops->gw.is_eligible) in batadv_store_gw_mode() 577 !bat_priv->algo_ops->gw.is_eligible) in batadv_show_gw_sel_class() 599 !bat_priv->algo_ops->gw.is_eligible) in batadv_store_gw_sel_class()
|
H A D | gateway_client.c | 220 * gw.is_eligible() said that we have a new best GW, therefore it can in batadv_gw_election() 301 if (!bat_priv->algo_ops->gw.is_eligible) in batadv_gw_check_election() 312 if (!bat_priv->algo_ops->gw.is_eligible(bat_priv, curr_gw_orig, in batadv_gw_check_election()
|
H A D | netlink.c | 322 bat_priv->algo_ops->gw.is_eligible) { in batadv_netlink_mesh_fill() 550 bat_priv->algo_ops->gw.is_eligible) { in batadv_netlink_set_mesh()
|
H A D | types.h | 2295 * @is_eligible: check if a newly discovered GW is a potential candidate 2298 bool (*is_eligible)(struct batadv_priv *bat_priv, member
|
H A D | bat_v.c | 1065 .is_eligible = batadv_v_gw_is_eligible,
|
H A D | bat_iv_ogm.c | 2766 .is_eligible = batadv_iv_gw_is_eligible,
|
Completed in 22 milliseconds