Lines Matching defs:minseg
11149 uint32_t segsiz, minseg;
11152 minseg = segsiz;
11221 minseg)) &&
11222 (rack->r_ctl.cwnd_to_use > max((segsiz * (rack_req_segs + 2)), minseg)) &&
11223 (tp->snd_wnd > max((segsiz * (rack_req_segs + 2)), minseg)) &&
19710 int32_t segsiz, minseg;
20041 minseg = segsiz;
20578 if ((tp->snd_wnd < min((rack->r_ctl.rc_high_rwnd/2), minseg)) &&
20580 (len < minseg) &&
20598 } else if ((cwnd_to_use >= max(minseg, (segsiz * 4))) &&
20601 (len < minseg)) {
20614 min((rack->r_ctl.rc_high_rwnd/2), minseg)) &&
20944 minseg)) >= tp->snd_wnd) {
20973 } else if ((ctf_outstanding(tp) + minseg) > cwnd_to_use) {
21077 (tp->snd_wnd < min((rack->r_ctl.rc_high_rwnd/2), minseg))) {