Searched refs:tcp_round_to (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.81.4/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_prague.c | 208 reno_win = tcp_round_to(reno_win, tp->t_maxseg); in tcp_cubic_ack_ca() 270 tp->snd_cwnd = tcp_round_to(tp->snd_cwnd, tp->t_maxseg); in tcp_prague_ack_rcvd() 308 win = tcp_round_to(win, tp->t_maxseg); in tcp_prague_pre_fr() 471 tp->snd_cwnd = tcp_round_to(tp->snd_cwnd, tp->t_maxseg); in prague_cwr()
|
| 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() 452 win = tcp_round_to(win, tp->t_maxseg); in tcp_ledbat_pre_fr()
|
| H A D | tcp_cubic.c | 300 tcp_win = tcp_round_to(tcp_win, tp->t_maxseg); in tcp_cubic_congestion_avd() 431 win = tcp_round_to(win, tp->t_maxseg); in tcp_cubic_pre_fr()
|
| H A D | tcp_var.h | 1853 uint32_t tcp_round_to(uint32_t val, uint32_t round);
|
| H A D | tcp_subr.c | 539 tcp_round_to(uint32_t val, uint32_t round) in tcp_round_to() function
|
| H A D | tcp_input.c | 3520 uint32_t bytes_acked = tcp_round_to(BYTES_ACKED(th, tp), tp->t_maxseg); in tcp_input()
|