Lines Matching refs:seq_out
5872 uint32_t seq_out, uint16_t th_flags, int32_t err, uint32_t cts, in bbr_log_output() argument
5920 if ((th_flags & TH_SYN) && (tp->iss == seq_out)) in bbr_log_output()
5925 if (SEQ_LEQ((seq_out + len), snd_una)) { in bbr_log_output()
5929 if (SEQ_LT(seq_out, snd_una)) { in bbr_log_output()
5933 end = seq_out + len; in bbr_log_output()
5934 seq_out = snd_una; in bbr_log_output()
5935 len = end - seq_out; in bbr_log_output()
5944 if (seq_out == snd_max) { in bbr_log_output()
5958 rsm->r_start = seq_out; in bbr_log_output()
6002 if (hintrsm && (hintrsm->r_start == seq_out)) { in bbr_log_output()
6012 if ((rsm) && (rsm->r_start == seq_out)) { in bbr_log_output()
6017 seq_out = bbr_update_entry(tp, bbr, rsm, cts, &len, pacing_time); in bbr_log_output()
6026 if (rsm->r_start == seq_out) { in bbr_log_output()
6027 seq_out = bbr_update_entry(tp, bbr, rsm, cts, &len, pacing_time); in bbr_log_output()
6035 if (SEQ_GEQ(seq_out, rsm->r_start) && SEQ_LT(seq_out, rsm->r_end)) { in bbr_log_output()
6050 bbr_clone_rsm(bbr, nrsm, rsm, seq_out); in bbr_log_output()
6057 seq_out = bbr_update_entry(tp, bbr, nrsm, cts, &len, pacing_time); in bbr_log_output()
6067 if (seq_out == tp->snd_max) { in bbr_log_output()
6069 } else if (SEQ_LT(seq_out, tp->snd_max)) { in bbr_log_output()
6072 seq_out, len, tp->snd_una, tp->snd_max); in bbr_log_output()
6089 seq_out, len, tp->snd_max, tp); in bbr_log_output()