Lines Matching defs:pipe
420 uint32_t mss, pipe;
477 pipe = tcp_compute_pipe(ccv->tp);
479 pipe = CCV(ccv, snd_max) -
484 (((uint64_t)min(CCV(ccv, snd_wnd), pipe) *
534 int pipe;
538 pipe = 0;
549 pipe = tcp_compute_pipe(ccv->tp);
551 pipe = CCV(ccv, snd_max) - ccv->curack;
553 if (pipe < CCV(ccv, snd_ssthresh))
558 CCV(ccv, snd_cwnd) = max(pipe, mss) + mss;