Searched defs:new_tso (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_ratelimit.c | 1576 tcp_log_pacing_size(struct tcpcb *tp, uint64_t bw, uint32_t segsiz, uint32_t new_tso, in tcp_log_pacing_size() 1622 uint32_t new_tso, min_tso_segs; in tcp_get_pacing_burst_size_w_divisor() local
|
H A D | tcp_ratelimit.h | 196 uint32_t new_tso, min_tso_segs; in tcp_get_pacing_burst_size_w_divisor() local
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 5561 uint32_t cur_delay, seg_sz, maxseg, new_tso, delta, hdwr_delay; in bbr_adjust_for_hw_pacing() local 5678 uint32_t old_tso = 0, new_tso; in tcp_bbr_tso_size_check() local
|
H A D | rack.c | 17197 uint32_t new_tso, user_max, pace_one; in rack_get_pacing_len() local
|