Home
last modified time | relevance | path

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

/net/tipc/
Dcluster.c282 u32 highest = c_ptr->highest_slave; in tipc_cltr_send_slave_routes() local
289 if (highest <= LOWEST_SLAVE) in tipc_cltr_send_slave_routes()
291 buf = tipc_cltr_prepare_routing_msg(highest - LOWEST_SLAVE + 1, in tipc_cltr_send_slave_routes()
297 for (n_num = LOWEST_SLAVE; n_num <= highest; n_num++) { in tipc_cltr_send_slave_routes()
317 u32 highest = c_ptr->highest_node; in tipc_cltr_send_ext_routes() local
325 highest = c_ptr->highest_node; in tipc_cltr_send_ext_routes()
326 buf = tipc_cltr_prepare_routing_msg(highest + 1, c_ptr->addr); in tipc_cltr_send_ext_routes()
331 for (n_num = 1; n_num <= highest; n_num++) { in tipc_cltr_send_ext_routes()
351 u32 highest = c_ptr->highest_node; in tipc_cltr_send_local_routes() local
357 buf = tipc_cltr_prepare_routing_msg(highest, c_ptr->addr); in tipc_cltr_send_local_routes()
[all …]