Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Drack.c13974 uint32_t user_max, orig_min, orig_max; in rack_set_pace_segments() local
13987 user_max = ctf_fixed_maxseg(tp) * rack->rc_user_set_max_segs; in rack_set_pace_segments()
13992 if (user_max != rack->r_ctl.rc_pace_max_segs) in rack_set_pace_segments()
13996 rack->r_ctl.rc_pace_max_segs = user_max; in rack_set_pace_segments()
14001 rack->r_ctl.rc_pace_max_segs = user_max; in rack_set_pace_segments()
17197 uint32_t new_tso, user_max, pace_one; in rack_get_pacing_len() local
17199 user_max = rack->rc_user_set_max_segs * mss; in rack_get_pacing_len()
17201 return (user_max); in rack_get_pacing_len()
17207 return (user_max); in rack_get_pacing_len()
17217 if (new_tso > user_max) in rack_get_pacing_len()
[all …]