Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c11998 uint32_t maxseg, pace_max_segs, p_maxseg; in bbr_output_wtime() local
12036 pace_max_segs = bbr->r_ctl.rc_pace_max_segs; in bbr_output_wtime()
12037 p_maxseg = min(maxseg, pace_max_segs); in bbr_output_wtime()
13101 p_maxseg = min(maxseg, pace_max_segs); in bbr_output_wtime()
13222 if ((rsm == NULL) && len > pace_max_segs) in bbr_output_wtime()
13223 len = pace_max_segs; in bbr_output_wtime()