Searched defs:bbr (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 515 bbr_state_val(struct tcp_bbr *bbr) in bbr_state_val() 521 get_min_cwnd(struct tcp_bbr *bbr) in get_min_cwnd() 534 bbr_get_persists_timer_val(struct tcpcb *tp, struct tcp_bbr *bbr) in bbr_get_persists_timer_val() 553 bbr_timer_start(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts) in bbr_timer_start() 723 bbr_minseg(struct tcp_bbr *bbr) in bbr_minseg() 729 bbr_start_hpts_timer(struct tcp_bbr *bbr, struct tcpcb *tp, uint32_t cts, int32_t frm, int32_t slot… in bbr_start_hpts_timer() 950 bbr_timer_audit(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts, struct sockbuf *sb) in bbr_timer_audit() 1849 bbr_fill_in_logging_data(struct tcp_bbr *bbr, struct tcp_log_bbr *l, uint32_t cts) in bbr_fill_in_logging_data() 1875 bbr_log_type_bw_reduce(struct tcp_bbr *bbr, int reason) in bbr_log_type_bw_reduce() 1898 bbr_log_type_rwnd_collapse(struct tcp_bbr *bbr, int seq, int mode, uint32_t count) in bbr_log_type_rwnd_collapse() [all …]
|