Searched refs:tcp_round_to (Results 1 – 5 of 5) sorted by relevance
| /xnu-8792.61.2/bsd/netinet/ |
| H A D | tcp_rledbat.c | 167 tp->t_rlstate.win = min(tcp_round_to(tp->t_rlstate.win, tp->t_maxseg), in rledbat_congestion_avd() 198 tp->t_rlstate.win = tcp_round_to(tp->t_rlstate.win, tp->t_maxseg); in rledbat_congestion_avd() 277 win = tcp_round_to(win, tp->t_maxseg); in tcp_rledbat_data_rcvd() 329 tp->t_rlstate.win = min(tcp_round_to(tp->t_rlstate.win, tp->t_maxseg), in tcp_rledbat_data_rcvd() 405 recwin = tcp_round_to(recwin, tp->t_maxseg); in tcp_rledbat_switch_to()
|
| H A D | tcp_ledbat.c | 111 tp->snd_cwnd = tcp_round_to(tp->snd_cwnd, tp->t_maxseg); in update_cwnd() 131 tp->snd_cwnd = tcp_round_to(tp->snd_cwnd, tp->t_maxseg); in update_cwnd() 446 win = tcp_round_to(win, tp->t_maxseg); in tcp_ledbat_pre_fr()
|
| H A D | tcp_cubic.c | 335 tcp_win = tcp_round_to(tcp_win, tp->t_maxseg); in tcp_cubic_congestion_avd() 471 win = tcp_round_to(win, tp->t_maxseg); in tcp_cubic_pre_fr()
|
| H A D | tcp_var.h | 1662 uint32_t tcp_round_to(uint32_t val, uint32_t round);
|
| H A D | tcp_subr.c | 458 tcp_round_to(uint32_t val, uint32_t round) in tcp_round_to() function
|