Searched refs:newround (Results 1 – 4 of 4) sorted by relevance
186 void (*newround)(struct cc_var *ccv, uint32_t round_cnt); member
110 .newround = newreno_newround,
103 .newround = cubic_newround
15619 if (CC_ALGO(tp)->newround != NULL) { in rack_new_round_setup()15620 CC_ALGO(tp)->newround(&tp->t_ccv, rack->r_ctl.current_round); in rack_new_round_setup()