Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_ratelimit.h45 struct tcp_hwrate_limit_table { struct
71 struct tcp_hwrate_limit_table *rs_rlt; argument
109 tcp_hw_highest_rate(const struct tcp_hwrate_limit_table *rle) in tcp_hw_highest_rate()
117 const struct tcp_hwrate_limit_table *
121 const struct tcp_hwrate_limit_table *
122 tcp_chg_pacing_rate(const struct tcp_hwrate_limit_table *crte,
126 tcp_rel_pacing_rate(const struct tcp_hwrate_limit_table *crte,
131 const struct tcp_hwrate_limit_table *te, int *err, int divisor);
134 tcp_rl_log_enobuf(const struct tcp_hwrate_limit_table *rte);
140 static inline const struct tcp_hwrate_limit_table *
[all …]
H A Dtcp_ratelimit.c641 sz = sizeof(struct tcp_hwrate_limit_table) * rs->rs_rate_cnt; in rt_setup_new_rs()
774 static const struct tcp_hwrate_limit_table *
778 struct tcp_hwrate_limit_table *arte = NULL, *rte = NULL; in tcp_int_find_suitable_rate()
947 static const struct tcp_hwrate_limit_table *
961 struct tcp_hwrate_limit_table *rte = NULL; in tcp_find_suitable_rate()
1086 rl_increment_using(const struct tcp_hwrate_limit_table *rte) in rl_increment_using()
1088 struct tcp_hwrate_limit_table *decon_rte; in rl_increment_using()
1090 decon_rte = __DECONST(struct tcp_hwrate_limit_table *, rte); in rl_increment_using()
1095 rl_decrement_using(const struct tcp_hwrate_limit_table *rte) in rl_decrement_using()
1097 struct tcp_hwrate_limit_table *decon_rte; in rl_decrement_using()
[all …]
/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_rack.h460 const struct tcp_hwrate_limit_table *crte;
H A Dtcp_bbr.h681 const struct tcp_hwrate_limit_table *crte;
H A Dbbr.c5493 const struct tcp_hwrate_limit_table *nrte; in bbr_update_hardware_pacing_rate()
5560 const struct tcp_hwrate_limit_table *rlp; in bbr_adjust_for_hw_pacing()
H A Drack.c17690 const struct tcp_hwrate_limit_table *nrte; in rack_get_pacing_delay()