Searched refs:update_cwnd (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/bsd/netinet/ |
| H A D | tcp_ledbat.c | 82 update_cwnd(struct tcpcb *tp, uint32_t update, bool is_incr) in update_cwnd() function 211 update_cwnd(tp, incr, true); in tcp_ledbat_congestion_avd() 273 update_cwnd(tp, update, true); in ledbat_pp_congestion_avd() 290 update_cwnd(tp, update, false); in ledbat_pp_congestion_avd() 343 update_cwnd(tp, update, true); in ledbat_pp_ack_rcvd() 361 update_cwnd(tp, update, true); in ledbat_pp_ack_rcvd() 429 update_cwnd(tp, incr, true); in tcp_ledbat_ack_rcvd()
|