Searched refs:tcp_bbr (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 432 static inline uint64_t bbr_get_bw(struct tcp_bbr *bbr); 438 bbr_get_pacing_length(struct tcp_bbr *bbr, uint16_t gain, 441 bbr_get_a_state_target(struct tcp_bbr *bbr, uint32_t gain); 443 bbr_set_state(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t win); 445 bbr_set_probebw_gains(struct tcp_bbr *bbr, uint32_t cts, uint32_t losses); 447 bbr_substate_change(struct tcp_bbr *bbr, uint32_t cts, int line, 450 bbr_get_target_cwnd(struct tcp_bbr *bbr, uint64_t bw, uint32_t gain); 452 bbr_state_change(struct tcp_bbr *bbr, uint32_t cts, int32_t epoch, 455 bbr_calc_thresh_rack(struct tcp_bbr *bbr, uint32_t srtt, uint32_t cts, 458 bbr_initial_cwnd(struct tcp_bbr *bbr, struct tcpcb *tp); [all …]
|
H A D | tcp_bbr.h | 734 struct tcp_bbr { struct
|
/freebsd/share/man/man4/ |
H A D | Makefile | 575 tcp_bbr.4 \
|
/freebsd/sys/conf/ |
H A D | files | 4395 netinet/tcp_stacks/bbr.c optional inet tcphpts tcp_bbr | inet6 tcphpts tcp_bbr \ 4396 compile-with "${NORMAL_C} -DMODNAME=tcp_bbr -DSTACKNAME=bbr" 4399 …p_stacks/rack_bbr_common.c optional inet tcphpts tcp_bbr | inet tcphpts tcp_rack | inet6 tcphpts t… 4400 …t/tcp_stacks/sack_filter.c optional inet tcphpts tcp_bbr | inet tcphpts tcp_rack | inet6 tcphpts t… 4401 …et/tcp_stacks/tailq_hash.c optional inet tcphpts tcp_bbr | inet tcphpts tcp_rack | inet6 tcphpts t…
|