Home
last modified time | relevance | path

Searched refs:bbr (Results 1 – 4 of 4) sorted by relevance

/src/sys/netinet/tcp_stacks/
H A Dbbr.c430 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 …]
/src/sys/modules/tcp/bbr/
H A DMakefile6 STACKNAME= bbr
8 SRCS= bbr.c sack_filter.c rack_bbr_common.c
/src/sys/modules/tcp/
H A DMakefile11 _tcp_bbr= bbr
/src/sys/conf/
H A Dfiles4473 netinet/tcp_stacks/bbr.c optional inet tcphpts tcp_bbr | inet6 tcphpts tcp_bbr \
4474 compile-with "${NORMAL_C} -DMODNAME=tcp_bbr -DSTACKNAME=bbr"