Searched refs:tcp_rel_pacing_rate (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_ratelimit.h | 126 tcp_rel_pacing_rate(const struct tcp_hwrate_limit_table *crte, 160 tcp_rel_pacing_rate(const struct tcp_hwrate_limit_table *crte, in tcp_rel_pacing_rate() function
|
H A D | tcp_ratelimit.c | 1434 tcp_rel_pacing_rate(crte, tp); in tcp_chg_pacing_rate() 1452 tcp_rel_pacing_rate(crte, tp); in tcp_chg_pacing_rate() 1462 tcp_rel_pacing_rate(crte, tp); in tcp_chg_pacing_rate() 1478 tcp_rel_pacing_rate(crte, tp); in tcp_chg_pacing_rate() 1529 tcp_rel_pacing_rate(const struct tcp_hwrate_limit_table *crte, struct tcpcb *tp) in tcp_rel_pacing_rate() function
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack.c | 15078 tcp_rel_pacing_rate(rack->r_ctl.crte, tp); in rack_fini() 17587 tcp_rel_pacing_rate(rack->r_ctl.crte, rack->rc_tp); in rack_get_pacing_delay() 17607 tcp_rel_pacing_rate(rack->r_ctl.crte, rack->rc_tp); in rack_get_pacing_delay() 17618 tcp_rel_pacing_rate(rack->r_ctl.crte, rack->rc_tp); in rack_get_pacing_delay() 17654 tcp_rel_pacing_rate(rack->r_ctl.crte, rack->rc_tp); in rack_get_pacing_delay() 17726 tcp_rel_pacing_rate(rack->r_ctl.crte, rack->rc_tp); in rack_get_pacing_delay() 23544 tcp_rel_pacing_rate(rack->r_ctl.crte, tp); in rack_process_option()
|
H A D | bbr.c | 10201 tcp_rel_pacing_rate(bbr->r_ctl.crte, bbr->rc_tp); in bbr_fini() 10209 tcp_rel_pacing_rate(bbr->r_ctl.crte, tp); in bbr_fini() 13936 tcp_rel_pacing_rate(bbr->r_ctl.crte, bbr->rc_tp); in bbr_output_wtime() 14447 tcp_rel_pacing_rate(bbr->r_ctl.crte, tp); in bbr_set_sockopt()
|