Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c12538 int sbleft; in bbr_output_wtime() local
12540 sbleft = sbavail(sb) - sb_offset; in bbr_output_wtime()
12542 sbleft = 0; in bbr_output_wtime()
12543 if (sbleft >= min((bbr->r_ctl.rc_high_rwnd/2), bbr->r_ctl.rc_pace_max_segs)) { in bbr_output_wtime()