Searched refs:update_cwnd (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.101.4/bsd/netinet/ |
| H A D | tcp_ledbat.c | 144 update_cwnd(struct tcpcb *tp, uint32_t update, bool is_incr) in update_cwnd() function 147 update_cwnd(struct tcpcb *tp, uint32_t update, __unused bool is_incr) in update_cwnd() 277 update_cwnd(tp, incr, true); in tcp_ledbat_congestion_avd() 340 update_cwnd(tp, update, true); in ledbat_pp_congestion_avd() 357 update_cwnd(tp, update, false); in ledbat_pp_congestion_avd() 412 update_cwnd(tp, update, true); in ledbat_pp_ack_rcvd() 430 update_cwnd(tp, update, true); in ledbat_pp_ack_rcvd() 498 update_cwnd(tp, incr, true); in tcp_ledbat_ack_rcvd()
|