Searched defs:pacing_delay (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/netinet/tcp_stacks/ |
| H A D | rack.c | 2571 rack_log_to_start(struct tcp_rack *rack, uint32_t cts, uint32_t to, int32_t pacing_delay, uint8_t w… in rack_log_to_start() 2905 rack_log_type_bbrsnd(struct tcp_rack *rack, uint32_t len, uint32_t pacing_delay, uint32_t cts, stru… in rack_log_type_bbrsnd() 3010 rack_log_type_just_return(struct tcp_rack *rack, uint32_t cts, uint32_t tlen, uint32_t pacing_delay, in rack_log_type_just_return() 16897 rack_log_pacing_delay_calc (struct tcp_rack *rack, uint32_t len, uint32_t pacing_delay, in rack_log_pacing_delay_calc() 17079 pace_to_fill_cwnd(struct tcp_rack *rack, int32_t pacing_delay, uint32_t len, uint32_t segsiz, int *… in pace_to_fill_cwnd() 17230 int32_t pacing_delay = 0; in rack_get_pacing_delay() local 18277 int32_t pacing_delay, segsiz, max_val, tso = 0, error = 0, ulen = 0; in rack_fast_rsm_output() local 18866 int32_t pacing_delay, segsiz, len, max_val, tso = 0, sb_offset, error, ulen = 0; in rack_fast_output() local 19502 int32_t pacing_delay = 0; in rack_output() local
|
| H A D | bbr.c | 727 …struct tcp_bbr *bbr, struct tcpcb *tp, uint32_t cts, int32_t frm, int32_t pacing_delay, uint32_t t… in bbr_start_hpts_timer() 2471 bbr_log_to_start(struct tcp_bbr *bbr, uint32_t cts, uint32_t to, int32_t pacing_delay, uint8_t whic… in bbr_log_to_start() 2731 bbr_log_type_bbrsnd(struct tcp_bbr *bbr, uint32_t len, uint32_t pacing_delay, uint32_t del_by, uint… in bbr_log_type_bbrsnd() 11854 int32_t pacing_delay = 0; in bbr_output_wtime() local
|