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.c4164 uint32_t inter_gap = 0; in bbr_calc_thresh_tlp() local
4171 inter_gap = rsm->r_tim_lastsent[idx] - prsm->r_tim_lastsent[nidx]; in bbr_calc_thresh_tlp()
4173 thresh += inter_gap; in bbr_calc_thresh_tlp()
H A Drack.c5880 uint32_t inter_gap = 0; in rack_calc_thresh_tlp() local
5887 inter_gap = rsm->r_tim_lastsent[idx] - prsm->r_tim_lastsent[nidx]; in rack_calc_thresh_tlp()
5889 thresh += inter_gap; in rack_calc_thresh_tlp()