Home
last modified time | relevance | path

Searched refs:seq_out (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/netinet/tcp_stacks/
H A Dbbr.c5925 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()
6026 if (rsm->r_start == seq_out) { in bbr_log_output()
6035 if (SEQ_GEQ(seq_out, rsm->r_start) && SEQ_LT(seq_out, rsm->r_end)) { in bbr_log_output()
6067 if (seq_out == tp->snd_max) { in bbr_log_output()
[all …]
H A Drack.c8452 if (SEQ_LT(seq_out, snd_una)) { in rack_log_output()
8456 end = seq_out + len; in rack_log_output()
8457 seq_out = snd_una; in rack_log_output()
8458 if (SEQ_GEQ(end, seq_out)) in rack_log_output()
8459 len = end - seq_out; in rack_log_output()
8471 if (seq_out == snd_max) { in rack_log_output()
8497 rsm->r_start = seq_out; in rack_log_output()
8597 if (rsm->r_start == seq_out) { in rack_log_output()
8605 if (SEQ_GEQ(seq_out, rsm->r_start) && SEQ_LT(seq_out, rsm->r_end)) { in rack_log_output()
8646 if (seq_out == tp->snd_max) { in rack_log_output()
[all …]