Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c4171 uint32_t inter_gap = 0; in bbr_calc_thresh_tlp() local
4178 inter_gap = rsm->r_tim_lastsent[idx] - prsm->r_tim_lastsent[nidx]; in bbr_calc_thresh_tlp()
4180 thresh += inter_gap; in bbr_calc_thresh_tlp()
H A Drack.c6018 uint32_t inter_gap = 0; in rack_calc_thresh_tlp() local
6025 inter_gap = rsm->r_tim_lastsent[idx] - prsm->r_tim_lastsent[nidx]; in rack_calc_thresh_tlp()
6027 thresh += inter_gap; in rack_calc_thresh_tlp()