Searched refs:cw (Results 1 – 3 of 3) sorted by relevance
178 uint32_t cw = tp->snd_cwnd; in tcp_newreno_ack_rcvd() local183 if (cw >= tp->snd_ssthresh) { in tcp_newreno_ack_rcvd()185 if (tp->t_bytes_acked >= cw) { in tcp_newreno_ack_rcvd()187 tp->t_bytes_acked -= cw; in tcp_newreno_ack_rcvd()205 tp->snd_cwnd = min(cw + incr, TCP_MAXWIN << tp->snd_scale); in tcp_newreno_ack_rcvd()
396 uint32_t cw = tp->snd_cwnd; in tcp_ledbat_ack_rcvd() local409 if (cw >= tp->bg_ssthresh) { in tcp_ledbat_ack_rcvd()411 if (tp->t_bytes_acked < cw) { in tcp_ledbat_ack_rcvd()429 if (tp->t_bytes_acked >= cw) { in tcp_ledbat_ack_rcvd()430 tp->t_bytes_acked -= cw; in tcp_ledbat_ack_rcvd()
502 const xnuupcallsv2_aoeworkinfo_conclavework_s *cw = variable506 assert3p(cw, !=, NULL);508 exclavesmessagequeuetypes_serviceidentifier_s id = cw->field0;