Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_rack.h481 uint32_t lt_seq; /* Seq at start of lt_bw gauge */ member
H A Drack.c607 bytes += (rack->rc_tp->snd_una - rack->r_ctl.lt_seq); in rack_get_lt_bw()
5492 rack->r_ctl.lt_bw_bytes += (tp->snd_max - rack->r_ctl.lt_seq); in rack_ack_received()
5493 rack->r_ctl.lt_seq = tp->snd_max; in rack_ack_received()
6392 rack->r_ctl.lt_bw_bytes += (snd_una - rack->r_ctl.lt_seq); in rack_enter_persist()
6393 rack->r_ctl.lt_seq = snd_una; in rack_enter_persist()
19441 rack->r_ctl.lt_seq = tp->snd_una; in rack_fast_output()
19444 (((tp->snd_max + len) - rack->r_ctl.lt_seq) > 0x7fffffff)) { in rack_fast_output()
19452 rack->r_ctl.lt_bw_bytes += (tp->snd_una - rack->r_ctl.lt_seq); in rack_fast_output()
19453 rack->r_ctl.lt_seq = tp->snd_una; in rack_fast_output()
22079 rack->r_ctl.lt_seq = tp->snd_una; in rack_output()
[all …]