Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c10273 uint32_t user_max; in rack_set_pace_segments() local
10275 user_max = ctf_fixed_maxseg(tp) * rack->rc_user_set_max_segs; in rack_set_pace_segments()
10280 if (user_max != rack->r_ctl.rc_pace_max_segs) in rack_set_pace_segments()
10284 rack->r_ctl.rc_pace_max_segs = user_max; in rack_set_pace_segments()
10289 rack->r_ctl.rc_pace_max_segs = user_max; in rack_set_pace_segments()
11344 uint32_t new_tso, user_max; in rack_get_pacing_len() local
11346 user_max = rack->rc_user_set_max_segs * mss; in rack_get_pacing_len()
11348 return (user_max); in rack_get_pacing_len()
11354 return (user_max); in rack_get_pacing_len()
11357 if (new_tso > user_max) in rack_get_pacing_len()
[all …]