Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c5872 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()
[all …]
H A Drack.c512 uint32_t seq_out, uint16_t th_flags, int32_t err, uint64_t ts,
8269 uint32_t seq_out, uint16_t th_flags, int32_t err, uint64_t cts, in rack_log_output() argument
8325 if ((th_flags & TH_SYN) && (seq_out == tp->iss)) in rack_log_output()
8330 if (SEQ_LEQ((seq_out + len), snd_una)) { in rack_log_output()
8334 if (SEQ_LT(seq_out, snd_una)) { in rack_log_output()
8338 end = seq_out + len; in rack_log_output()
8339 seq_out = snd_una; in rack_log_output()
8340 if (SEQ_GEQ(end, seq_out)) in rack_log_output()
8341 len = end - seq_out; in rack_log_output()
8353 if (seq_out == snd_max) { in rack_log_output()
[all …]