Home
last modified time | relevance | path

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

/openbmc/linux/net/batman-adv/
H A Dgateway_client.c223 if (curr_gw == next_gw) in batadv_gw_election()
226 if (next_gw) { in batadv_gw_election()
244 if (curr_gw && !next_gw) { in batadv_gw_election()
249 } else if (!curr_gw && next_gw) { in batadv_gw_election()
252 next_gw->orig_node->orig, in batadv_gw_election()
255 next_gw->bandwidth_up / 10, in batadv_gw_election()
256 next_gw->bandwidth_up % 10, in batadv_gw_election()
263 next_gw->orig_node->orig, in batadv_gw_election()
266 next_gw->bandwidth_up / 10, in batadv_gw_election()
267 next_gw->bandwidth_up % 10, in batadv_gw_election()
[all …]