Searched refs:tcp_bbr (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 430 static inline uint64_t bbr_get_bw(struct tcp_bbr *bbr); 436 bbr_get_pacing_length(struct tcp_bbr *bbr, uint16_t gain, 439 bbr_get_a_state_target(struct tcp_bbr *bbr, uint32_t gain); 441 bbr_set_state(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t win); 443 bbr_set_probebw_gains(struct tcp_bbr *bbr, uint32_t cts, uint32_t losses); 445 bbr_substate_change(struct tcp_bbr *bbr, uint32_t cts, int line, 448 bbr_get_target_cwnd(struct tcp_bbr *bbr, uint64_t bw, uint32_t gain); 450 bbr_state_change(struct tcp_bbr *bbr, uint32_t cts, int32_t epoch, 453 bbr_calc_thresh_rack(struct tcp_bbr *bbr, uint32_t srtt, uint32_t cts, 456 bbr_initial_cwnd(struct tcp_bbr *bbr, struct tcpcb *tp); [all …]
|
H A D | tcp_bbr.h | 732 struct tcp_bbr { struct
|
/freebsd/share/man/man4/ |
H A D | Makefile | 587 tcp_bbr.4 \
|
/freebsd/sys/conf/ |
H A D | files | 4412 netinet/tcp_stacks/bbr.c optional inet tcphpts tcp_bbr | inet6 tcphpts tcp_bbr \ 4413 compile-with "${NORMAL_C} -DMODNAME=tcp_bbr -DSTACKNAME=bbr" 4416 …p_stacks/rack_bbr_common.c optional inet tcphpts tcp_bbr | inet tcphpts tcp_rack | inet6 tcphpts t… 4417 …t/tcp_stacks/sack_filter.c optional inet tcphpts tcp_bbr | inet tcphpts tcp_rack | inet6 tcphpts t… 4418 …et/tcp_stacks/tailq_hash.c optional inet tcphpts tcp_bbr | inet tcphpts tcp_rack | inet6 tcphpts t…
|