Searched refs:lt_seq (Results 1 – 2 of 2) sorted by relevance
453 uint32_t lt_seq; /* Seq at start of lt_bw gauge */ member
599 bytes += (rack->rc_tp->snd_una - rack->r_ctl.lt_seq); in rack_get_lt_bw()5358 rack->r_ctl.lt_bw_bytes += (tp->snd_max - rack->r_ctl.lt_seq); in rack_ack_received()5359 rack->r_ctl.lt_seq = tp->snd_max; in rack_ack_received()6585 rack->r_ctl.lt_bw_bytes += (snd_una - rack->r_ctl.lt_seq); in rack_enter_persist()6586 rack->r_ctl.lt_seq = snd_una; in rack_enter_persist()19703 rack->r_ctl.lt_seq = tp->snd_una; in rack_fast_output()22198 rack->r_ctl.lt_seq = tp->snd_una; in rack_output()22200 } else if (((rack_seq + len) - rack->r_ctl.lt_seq) > 0x7fffffff) { in rack_output()22207 rack->r_ctl.lt_bw_bytes += (tp->snd_una - rack->r_ctl.lt_seq); in rack_output()22208 rack->r_ctl.lt_seq = tp->snd_una; in rack_output()