Home
last modified time | relevance | path

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

/src/sys/netinet/tcp_stacks/
H A Dtcp_rack.h478 uint32_t lt_seq; /* Seq at start of lt_bw gauge */ member
H A Drack.c588 bytes += (rack->rc_tp->snd_una - rack->r_ctl.lt_seq); in rack_get_lt_bw()
5353 rack->r_ctl.lt_bw_bytes += (tp->snd_max - rack->r_ctl.lt_seq); in rack_ack_received()
5354 rack->r_ctl.lt_seq = tp->snd_max; in rack_ack_received()
6254 rack->r_ctl.lt_bw_bytes += (snd_una - rack->r_ctl.lt_seq); in rack_enter_persist()
6255 rack->r_ctl.lt_seq = snd_una; in rack_enter_persist()
19317 rack->r_ctl.lt_seq = tp->snd_una; in rack_fast_output()
19320 (((tp->snd_max + len) - rack->r_ctl.lt_seq) > 0x7fffffff)) { in rack_fast_output()
19328 rack->r_ctl.lt_bw_bytes += (tp->snd_una - rack->r_ctl.lt_seq); in rack_fast_output()
19329 rack->r_ctl.lt_seq = tp->snd_una; in rack_fast_output()
21974 rack->r_ctl.lt_seq = tp->snd_una; in rack_output()
[all …]