Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_ratelimit.h43 struct tcp_hwrate_limit_table { struct
67 struct tcp_hwrate_limit_table *rs_rlt; argument
103 const struct tcp_hwrate_limit_table *
107 const struct tcp_hwrate_limit_table *
108 tcp_chg_pacing_rate(const struct tcp_hwrate_limit_table *crte,
112 tcp_rel_pacing_rate(const struct tcp_hwrate_limit_table *crte,
115 static inline const struct tcp_hwrate_limit_table *
124 static inline const struct tcp_hwrate_limit_table *
125 tcp_chg_pacing_rate(const struct tcp_hwrate_limit_table *crte, in tcp_chg_pacing_rate()
135 tcp_rel_pacing_rate(const struct tcp_hwrate_limit_table *crte, in tcp_rel_pacing_rate()
[all …]
H A Dtcp_ratelimit.c750 static const struct tcp_hwrate_limit_table *
754 struct tcp_hwrate_limit_table *arte = NULL, *rte = NULL; in tcp_int_find_suitable_rate()
899 static const struct tcp_hwrate_limit_table *
913 struct tcp_hwrate_limit_table *rte = NULL; in tcp_find_suitable_rate()
1025 static const struct tcp_hwrate_limit_table *
1030 const struct tcp_hwrate_limit_table *rte; in rt_setup_rate()
1202 const struct tcp_hwrate_limit_table *
1206 const struct tcp_hwrate_limit_table *rte; in tcp_set_pacing_rate()
1261 const struct tcp_hwrate_limit_table *
1266 const struct tcp_hwrate_limit_table *nrte; in tcp_chg_pacing_rate()
[all …]
/f-stack/freebsd/netinet/tcp_stacks/
H A Dtcp_rack.h340 const struct tcp_hwrate_limit_table *crte;
H A Dtcp_bbr.h683 const struct tcp_hwrate_limit_table *crte;
H A Dbbr.c5534 const struct tcp_hwrate_limit_table *nrte; in bbr_update_hardware_pacing_rate()
5601 const struct tcp_hwrate_limit_table *rlp; in bbr_adjust_for_hw_pacing()
H A Drack.c11596 const struct tcp_hwrate_limit_table *nrte; in rack_get_pacing_delay()