Home
last modified time | relevance | path

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

/net/batman-adv/
A Dgateway_client.c222 if (curr_gw == next_gw) in batadv_gw_election()
225 if (next_gw) { in batadv_gw_election()
243 if (curr_gw && !next_gw) { in batadv_gw_election()
248 } else if (!curr_gw && next_gw) { in batadv_gw_election()
251 next_gw->orig_node->orig, in batadv_gw_election()
254 next_gw->bandwidth_up / 10, in batadv_gw_election()
255 next_gw->bandwidth_up % 10, in batadv_gw_election()
262 next_gw->orig_node->orig, in batadv_gw_election()
265 next_gw->bandwidth_up / 10, in batadv_gw_election()
266 next_gw->bandwidth_up % 10, in batadv_gw_election()
[all …]

Completed in 8 milliseconds