Home
last modified time | relevance | path

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

/freebsd/sys/netinet/cc/
H A Dcc.h195 void (*newround)(struct cc_var *ccv, uint32_t round_cnt); member
H A Dcc_newreno.c110 .newround = newreno_newround,
H A Dcc_cubic.c103 .newround = cubic_newround
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c16379 if (CC_ALGO(tp)->newround != NULL) { in rack_new_round_setup()
16380 CC_ALGO(tp)->newround(&tp->t_ccv, rack->r_ctl.current_round); in rack_new_round_setup()