Lines Matching defs:p_cwnd
11787 uint32_t p_cwnd;
11971 p_cwnd = min(ctf_fixed_maxseg(tp), rack->r_ctl.rc_pace_min_segs);
11972 p_cwnd <<= 1;
11973 p_cwnd += tp->snd_cwnd;
11992 (tp->snd_cwnd > p_cwnd)) {
11994 tp->snd_cwnd = p_cwnd;
16088 uint32_t p_cwnd;
16097 p_cwnd = min(ctf_fixed_maxseg(tp), rack->r_ctl.rc_pace_min_segs);
16098 p_cwnd <<= 1;
16099 p_cwnd += tp->snd_cwnd;
16102 if (post_recovery && (tp->snd_cwnd > p_cwnd)) {
16104 tp->snd_cwnd = p_cwnd;