Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/tcp_stacks/
H A Dbbr.c11840 uint32_t bbr_seq; in bbr_output_wtime() local
13308 bbr_seq = tp->snd_max; in bbr_output_wtime()
13312 bbr_seq = tp->iss; in bbr_output_wtime()
13320 bbr_seq = (tp->snd_max - 1); in bbr_output_wtime()
13324 bbr_seq = tp->snd_max; in bbr_output_wtime()
13341 bbr_seq = (tp->snd_max - 1); in bbr_output_wtime()
13344 bbr_seq = tp->snd_max; in bbr_output_wtime()
13350 bbr_seq = rsm->r_start; in bbr_output_wtime()
13672 bbr_log_output(bbr, tp, &to, len, bbr_seq, (uint8_t) flags, error, in bbr_output_wtime()
13854 tp->gput_seq = bbr_seq; in bbr_output_wtime()
[all …]