Searched refs:tstop (Results 1 – 1 of 1) sorted by relevance
473 u32 tstop; in tipc_cltr_remove_as_router() local481 tstop = c_ptr->highest_slave; in tipc_cltr_remove_as_router()484 tstop = c_ptr->highest_node; in tipc_cltr_remove_as_router()487 for (n_num = start_entry; n_num <= tstop; n_num++) { in tipc_cltr_remove_as_router()504 u32 tstop; in tipc_cltr_multicast() local513 tstop = is_slave(upper) ? c_ptr->highest_slave : c_ptr->highest_node; in tipc_cltr_multicast()514 if (tstop > upper) in tipc_cltr_multicast()515 tstop = upper; in tipc_cltr_multicast()516 for (n_num = lower; n_num <= tstop; n_num++) { in tipc_cltr_multicast()540 u32 tstop; in tipc_cltr_broadcast() local[all …]