Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c11843 uint32_t maxseg, pace_max_segs, p_maxseg; in bbr_output_wtime() local
11882 pace_max_segs = bbr->r_ctl.rc_pace_max_segs; in bbr_output_wtime()
11883 p_maxseg = min(maxseg, pace_max_segs); in bbr_output_wtime()
12944 p_maxseg = min(maxseg, pace_max_segs); in bbr_output_wtime()
13064 if ((rsm == NULL) && len > pace_max_segs) in bbr_output_wtime()
13065 len = pace_max_segs; in bbr_output_wtime()