Lines Matching refs:tcp_bbr
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);
460 bbr_calc_thresh_tlp(struct tcpcb *tp, struct tcp_bbr *bbr,
463 bbr_exit_persist(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts,
466 bbr_set_state_target(struct tcp_bbr *bbr, int line);
468 bbr_enter_probe_rtt(struct tcp_bbr *bbr, uint32_t cts, int32_t line);
470 bbr_log_progress_event(struct tcp_bbr *bbr, struct tcpcb *tp, uint32_t tick,
473 tcp_bbr_tso_size_check(struct tcp_bbr *bbr, uint32_t cts);
475 bbr_setup_red_bw(struct tcp_bbr *bbr, uint32_t cts);
477 bbr_log_rtt_shrinks(struct tcp_bbr *bbr, uint32_t cts, uint32_t applied,
481 bbr_find_lowest_rsm(struct tcp_bbr *bbr);
483 bbr_get_rtt(struct tcp_bbr *bbr, int32_t rtt_type);
485 bbr_log_to_start(struct tcp_bbr *bbr, uint32_t cts, uint32_t to, int32_t slot,
488 bbr_log_timer_var(struct tcp_bbr *bbr, int mode, uint32_t cts,
492 bbr_log_hpts_diag(struct tcp_bbr *bbr, uint32_t cts, struct hpts_diag *diag);
494 bbr_log_type_bbrsnd(struct tcp_bbr *bbr, uint32_t len, uint32_t slot,
498 bbr_enter_persist(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts,
501 bbr_stop_all_timers(struct tcpcb *tp, struct tcp_bbr *bbr);
503 bbr_exit_probe_rtt(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts);
505 bbr_check_probe_rtt_limits(struct tcp_bbr *bbr, uint32_t cts);
507 bbr_timer_cancel(struct tcp_bbr *bbr, int32_t line, uint32_t cts);
509 bbr_log_pacing_delay_calc(struct tcp_bbr *bbr, uint16_t gain, uint32_t len,
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()
1916 bbr_log_type_just_return(struct tcp_bbr *bbr, uint32_t cts, uint32_t tlen, uint8_t hpts_calling, in bbr_log_type_just_return()
1942 bbr_log_type_enter_rec(struct tcp_bbr *bbr, uint32_t seq) in bbr_log_type_enter_rec()
1960 bbr_log_msgsize_fail(struct tcp_bbr *bbr, struct tcpcb *tp, uint32_t len, uint32_t maxseg, uint32_t… in bbr_log_msgsize_fail()
1979 bbr_log_flowend(struct tcp_bbr *bbr) in bbr_log_flowend()
2001 bbr_log_pkt_epoch(struct tcp_bbr *bbr, uint32_t cts, uint32_t line, in bbr_log_pkt_epoch()
2026 bbr_log_time_epoch(struct tcp_bbr *bbr, uint32_t cts, uint32_t line, uint32_t epoch_time) in bbr_log_time_epoch()
2045 bbr_log_set_of_state_target(struct tcp_bbr *bbr, uint32_t new_tar, int line, int meth) in bbr_log_set_of_state_target()
2069 bbr_log_type_statechange(struct tcp_bbr *bbr, uint32_t cts, int32_t line) in bbr_log_type_statechange()
2096 bbr_log_rtt_shrinks(struct tcp_bbr *bbr, uint32_t cts, uint32_t applied, in bbr_log_rtt_shrinks()
2120 bbr_log_type_exit_rec(struct tcp_bbr *bbr) in bbr_log_type_exit_rec()
2138 bbr_log_type_cwndupd(struct tcp_bbr *bbr, uint32_t bytes_this_ack, uint32_t chg, in bbr_log_type_cwndupd()
2161 bbr_log_rtt_sample(struct tcp_bbr *bbr, uint32_t rtt, uint32_t tsin) in bbr_log_rtt_sample()
2189 bbr_log_type_pesist(struct tcp_bbr *bbr, uint32_t cts, uint32_t time_in, int32_t line, uint8_t ente… in bbr_log_type_pesist()
2206 bbr_log_ack_clear(struct tcp_bbr *bbr, uint32_t cts) in bbr_log_ack_clear()
2226 bbr_log_ack_event(struct tcp_bbr *bbr, struct tcphdr *th, struct tcpopt *to, uint32_t tlen, in bbr_log_ack_event()
2275 bbr_log_doseg_done(struct tcp_bbr *bbr, uint32_t cts, int32_t nxt_pkt, int32_t did_out) in bbr_log_doseg_done()
2299 bbr_log_enobuf_jmp(struct tcp_bbr *bbr, uint32_t len, uint32_t cts, in bbr_log_enobuf_jmp()
2319 bbr_log_to_processing(struct tcp_bbr *bbr, uint32_t cts, int32_t ret, int32_t timers, uint8_t hpts_… in bbr_log_to_processing()
2341 bbr_log_to_event(struct tcp_bbr *bbr, uint32_t cts, int32_t to_num) in bbr_log_to_event()
2369 bbr_log_startup_event(struct tcp_bbr *bbr, uint32_t cts, uint32_t flex1, uint32_t flex2, uint32_t f… in bbr_log_startup_event()
2392 bbr_log_hpts_diag(struct tcp_bbr *bbr, uint32_t cts, struct hpts_diag *diag) in bbr_log_hpts_diag()
2428 bbr_log_timer_var(struct tcp_bbr *bbr, int mode, uint32_t cts, uint32_t time_since_sent, uint32_t s… in bbr_log_timer_var()
2451 bbr_log_pacing_delay_calc(struct tcp_bbr *bbr, uint16_t gain, uint32_t len, in bbr_log_pacing_delay_calc()
2478 bbr_log_to_start(struct tcp_bbr *bbr, uint32_t cts, uint32_t to, int32_t slot, uint8_t which) in bbr_log_to_start()
2502 bbr_log_thresh_choice(struct tcp_bbr *bbr, uint32_t cts, uint32_t thresh, uint32_t lro, uint32_t sr… in bbr_log_thresh_choice()
2525 bbr_log_to_cancel(struct tcp_bbr *bbr, int32_t line, uint32_t cts, uint8_t hpts_removed) in bbr_log_to_cancel()
2548 bbr_log_tstmp_validation(struct tcp_bbr *bbr, uint64_t peer_delta, uint64_t delta) in bbr_log_tstmp_validation()
2570 bbr_log_type_tsosize(struct tcp_bbr *bbr, uint32_t cts, uint32_t tsosz, uint32_t tls, uint32_t old_… in bbr_log_type_tsosize()
2598 bbr_log_type_rsmclear(struct tcp_bbr *bbr, uint32_t cts, struct bbr_sendmap *rsm, in bbr_log_type_rsmclear()
2624 bbr_log_type_bbrupd(struct tcp_bbr *bbr, uint8_t flex8, uint32_t cts, in bbr_log_type_bbrupd()
2657 bbr_log_type_ltbw(struct tcp_bbr *bbr, uint32_t cts, int32_t reason, in bbr_log_type_ltbw()
2687 bbr_log_progress_event(struct tcp_bbr *bbr, struct tcpcb *tp, uint32_t tick, int event, int line) in bbr_log_progress_event()
2707 bbr_type_log_hdwr_pacing(struct tcp_bbr *bbr, const struct ifnet *ifp, in bbr_type_log_hdwr_pacing()
2738 bbr_log_type_bbrsnd(struct tcp_bbr *bbr, uint32_t len, uint32_t slot, uint32_t del_by, uint32_t cts… in bbr_log_type_bbrsnd()
2761 bbr_log_type_bbrrttprop(struct tcp_bbr *bbr, uint32_t t, uint32_t end, uint32_t tsconv, uint32_t ct… in bbr_log_type_bbrrttprop()
2784 bbr_log_exit_gain(struct tcp_bbr *bbr, uint32_t cts, int32_t entry_method) in bbr_log_exit_gain()
2807 bbr_log_settings_change(struct tcp_bbr *bbr, int settings_desired) in bbr_log_settings_change()
2833 bbr_get_full_bw(struct tcp_bbr *bbr) in bbr_get_full_bw()
2843 bbr_set_pktepoch(struct tcp_bbr *bbr, uint32_t cts, int32_t line) in bbr_set_pktepoch()
2881 bbr_set_epoch(struct tcp_bbr *bbr, uint32_t cts, int32_t line) in bbr_set_epoch()
2893 bbr_isit_a_pkt_epoch(struct tcp_bbr *bbr, uint32_t cts, struct bbr_sendmap *rsm, int32_t line, int3… in bbr_isit_a_pkt_epoch()
2906 __bbr_get_bw(struct tcp_bbr *bbr) in __bbr_get_bw()
2994 bbr_get_bw(struct tcp_bbr *bbr) in bbr_get_bw()
3003 bbr_reset_lt_bw_interval(struct tcp_bbr *bbr, uint32_t cts) in bbr_reset_lt_bw_interval()
3012 bbr_reset_lt_bw_sampling(struct tcp_bbr *bbr, uint32_t cts) in bbr_reset_lt_bw_sampling()
3021 bbr_lt_bw_samp_done(struct tcp_bbr *bbr, uint64_t bw, uint32_t cts, uint32_t timin) in bbr_lt_bw_samp_done()
3060 bbr_randomize_extra_state_time(struct tcp_bbr *bbr) in bbr_randomize_extra_state_time()
3075 bbr_pick_probebw_substate(struct tcp_bbr *bbr, uint32_t cts) in bbr_pick_probebw_substate()
3103 bbr_lt_bw_sampling(struct tcp_bbr *bbr, uint32_t cts, int32_t loss_detected) in bbr_lt_bw_sampling()
3262 bbr_alloc(struct tcp_bbr *bbr) in bbr_alloc()
3284 bbr_alloc_full_limit(struct tcp_bbr *bbr) in bbr_alloc_full_limit()
3300 bbr_alloc_limit(struct tcp_bbr *bbr, uint8_t limit_type) in bbr_alloc_limit()
3327 bbr_free(struct tcp_bbr *bbr, struct bbr_sendmap *rsm) in bbr_free()
3380 bbr_initial_cwnd(struct tcp_bbr *bbr, struct tcpcb *tp) in bbr_initial_cwnd()
3409 bbr_get_raw_target_cwnd(struct tcp_bbr *bbr, uint32_t gain, uint64_t bw) in bbr_get_raw_target_cwnd()
3433 bbr_get_target_cwnd(struct tcp_bbr *bbr, uint64_t bw, uint32_t gain) in bbr_get_target_cwnd()
3469 bbr_gain_adjust(struct tcp_bbr *bbr, uint16_t gain) in bbr_gain_adjust()
3477 bbr_get_header_oh(struct tcp_bbr *bbr) in bbr_get_header_oh()
3508 bbr_get_pacing_length(struct tcp_bbr *bbr, uint16_t gain, uint32_t useconds_time, uint64_t bw) in bbr_get_pacing_length()
3529 bbr_get_pacing_delay(struct tcp_bbr *bbr, uint16_t gain, int32_t len, uint32_t cts, int nolog) in bbr_get_pacing_delay()
3583 bbr_ack_received(struct tcpcb *tp, struct tcp_bbr *bbr, struct tcphdr *th, uint32_t bytes_this_ack, in bbr_ack_received()
3739 struct tcp_bbr *bbr; in tcp_bbr_partialack()
3741 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in tcp_bbr_partialack()
3753 struct tcp_bbr *bbr; in bbr_post_recovery()
3757 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_post_recovery()
3895 bbr_setup_red_bw(struct tcp_bbr *bbr, uint32_t cts) in bbr_setup_red_bw()
3909 struct tcp_bbr *bbr; in bbr_cong_signal()
3915 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_cong_signal()
4020 bbr_find_lowest_rsm(struct tcp_bbr *bbr) in bbr_find_lowest_rsm()
4040 bbr_find_high_nonack(struct tcp_bbr *bbr, struct bbr_sendmap *rsm) in bbr_find_high_nonack()
4065 bbr_calc_thresh_rack(struct tcp_bbr *bbr, uint32_t srtt, uint32_t cts, struct bbr_sendmap *rsm) in bbr_calc_thresh_rack()
4147 bbr_calc_thresh_tlp(struct tcpcb *tp, struct tcp_bbr *bbr, in bbr_calc_thresh_tlp()
4217 bbr_get_rtt(struct tcp_bbr *bbr, int32_t rtt_type) in bbr_get_rtt()
4265 bbr_is_lost(struct tcp_bbr *bbr, struct bbr_sendmap *rsm, uint32_t cts) in bbr_is_lost()
4282 bbr_check_recovery_mode(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts) in bbr_check_recovery_mode()
4347 bbr_timeout_rack(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts) in bbr_timeout_rack()
4381 bbr_clone_rsm(struct tcp_bbr *bbr, struct bbr_sendmap *nrsm, struct bbr_sendmap *rsm, uint32_t star… in bbr_clone_rsm()
4479 bbr_merge_rsm(struct tcp_bbr *bbr, in bbr_merge_rsm()
4534 bbr_timeout_tlp(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts) in bbr_timeout_tlp()
4702 bbr_timeout_delack(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts) in bbr_timeout_delack()
4723 bbr_timeout_persist(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts) in bbr_timeout_persist()
4801 bbr_timeout_keepalive(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts) in bbr_timeout_keepalive()
4861 struct tcp_bbr *bbr; in bbr_remxt_tmr()
4864 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_remxt_tmr()
4945 bbr_timeout_rxt(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts) in bbr_timeout_rxt()
5176 bbr_process_timers(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts, uint8_t hpts_calling) in bbr_process_timers()
5236 bbr_timer_cancel(struct tcp_bbr *bbr, int32_t line, uint32_t cts) in bbr_timer_cancel()
5277 struct tcp_bbr *bbr; in bbr_stopall()
5279 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_stopall()
5288 bbr_get_earliest_send_outstanding(struct tcp_bbr *bbr, struct bbr_sendmap *u_rsm, uint32_t cts) in bbr_get_earliest_send_outstanding()
5299 bbr_update_rsm(struct tcpcb *tp, struct tcp_bbr *bbr, in bbr_update_rsm()
5394 bbr_update_entry(struct tcpcb *tp, struct tcp_bbr *bbr, in bbr_update_entry()
5456 bbr_get_hardware_rate(struct tcp_bbr *bbr) in bbr_get_hardware_rate()
5467 bbr_setup_less_of_rate(struct tcp_bbr *bbr, uint32_t cts, in bbr_setup_less_of_rate()
5491 bbr_update_hardware_pacing_rate(struct tcp_bbr *bbr, uint32_t cts) in bbr_update_hardware_pacing_rate()
5553 bbr_adjust_for_hw_pacing(struct tcp_bbr *bbr, uint32_t cts) in bbr_adjust_for_hw_pacing()
5675 tcp_bbr_tso_size_check(struct tcp_bbr *bbr, uint32_t cts) in tcp_bbr_tso_size_check()
5871 bbr_log_output(struct tcp_bbr *bbr, struct tcpcb *tp, struct tcpopt *to, int32_t len, in bbr_log_output()
6095 bbr_collapse_rtt(struct tcpcb *tp, struct tcp_bbr *bbr, int32_t rtt) in bbr_collapse_rtt()
6105 tcp_bbr_xmit_timer(struct tcp_bbr *bbr, uint32_t rtt_usecs, uint32_t rsm_send_time, uint32_t r_star… in tcp_bbr_xmit_timer()
6115 bbr_make_timestamp_determination(struct tcp_bbr *bbr) in bbr_make_timestamp_determination()
6244 tcp_bbr_xmit_timer_commit(struct tcp_bbr *bbr, struct tcpcb *tp, uint32_t cts) in tcp_bbr_xmit_timer_commit()
6396 bbr_set_reduced_rtt(struct tcp_bbr *bbr, uint32_t cts, uint32_t line) in bbr_set_reduced_rtt()
6412 tcp_bbr_commit_bw(struct tcp_bbr *bbr, uint32_t cts) in tcp_bbr_commit_bw()
6449 bbr_nf_measurement(struct tcp_bbr *bbr, struct bbr_sendmap *rsm, uint32_t rtt, uint32_t cts) in bbr_nf_measurement()
6563 bbr_google_measurement(struct tcp_bbr *bbr, struct bbr_sendmap *rsm, uint32_t rtt, uint32_t cts) in bbr_google_measurement()
6646 bbr_update_bbr_info(struct tcp_bbr *bbr, struct bbr_sendmap *rsm, uint32_t rtt, uint32_t cts, uint3… in bbr_update_bbr_info()
6760 bbr_update_rtt(struct tcpcb *tp, struct tcp_bbr *bbr, in bbr_update_rtt()
6910 struct tcp_bbr *bbr, struct bbr_sendmap *rsm) in bbr_log_sack_passed()
6950 bbr_proc_sack_blk(struct tcpcb *tp, struct tcp_bbr *bbr, struct sackblk *sack, in bbr_proc_sack_blk()
7189 bbr_peer_reneges(struct tcp_bbr *bbr, struct bbr_sendmap *rsm, tcp_seq th_ack) in bbr_peer_reneges()
7246 struct tcp_bbr *bbr; in bbr_log_syn()
7250 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_log_syn()
7288 struct tcp_bbr *bbr; in bbr_log_ack()
7301 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_log_ack()
7659 bbr_strike_dupack(struct tcp_bbr *bbr) in bbr_strike_dupack()
7689 struct tcp_bbr *bbr; in bbr_process_ack()
7692 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_process_ack()
7879 bbr_enter_persist(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts, int32_t line) in bbr_enter_persist()
7908 bbr_restart_after_idle(struct tcp_bbr *bbr, uint32_t cts, uint32_t idle_time) in bbr_restart_after_idle()
7938 bbr_exit_persist(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts, int32_t line) in bbr_exit_persist()
7998 bbr_collapsed_window(struct tcp_bbr *bbr) in bbr_collapsed_window()
8111 bbr_un_collapse_window(struct tcp_bbr *bbr) in bbr_un_collapse_window()
8145 struct tcp_bbr *bbr; in bbr_process_data()
8147 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_process_data()
8430 struct tcp_bbr *bbr; in bbr_do_fastnewdata()
8436 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_do_fastnewdata()
8567 struct tcp_bbr *bbr; in bbr_fastack()
8593 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_fastack()
8744 struct tcp_bbr *bbr; in bbr_do_syn_sent()
8749 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_do_syn_sent()
8955 struct tcp_bbr *bbr; in bbr_do_syn_recv()
8959 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_do_syn_recv()
9174 struct tcp_bbr *bbr; in bbr_do_established()
9193 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_do_established()
9310 struct tcp_bbr *bbr; in bbr_do_close_wait()
9315 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_do_close_wait()
9397 bbr_check_data_after_close(struct mbuf *m, struct tcp_bbr *bbr, in bbr_check_data_after_close()
9433 struct tcp_bbr *bbr; in bbr_do_fin_wait_1()
9437 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_do_fin_wait_1()
9558 struct tcp_bbr *bbr; in bbr_do_closing()
9562 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_do_closing()
9660 struct tcp_bbr *bbr; in bbr_do_lastack()
9664 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_do_lastack()
9762 struct tcp_bbr *bbr; in bbr_do_fin_wait_2()
9766 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_do_fin_wait_2()
9860 bbr_stop_all_timers(struct tcpcb *tp, struct tcp_bbr *bbr) in bbr_stop_all_timers()
9875 bbr_google_mode_on(struct tcp_bbr *bbr) in bbr_google_mode_on()
9895 bbr_google_mode_off(struct tcp_bbr *bbr) in bbr_google_mode_off()
9940 struct tcp_bbr *bbr = NULL; in bbr_init()
9955 bbr = (struct tcp_bbr *)*ptr; in bbr_init()
10198 struct tcp_bbr *bbr; in bbr_fini()
10201 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_fini()
10240 bbr_set_state(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t win) in bbr_set_state()
10285 bbr_substate_change(struct tcp_bbr *bbr, uint32_t cts, int32_t line, int dolog) in bbr_substate_change()
10426 bbr_set_probebw_google_gains(struct tcp_bbr *bbr, uint32_t cts, uint32_t losses) in bbr_set_probebw_google_gains()
10464 bbr_set_probebw_gains(struct tcp_bbr *bbr, uint32_t cts, uint32_t losses) in bbr_set_probebw_gains()
10593 bbr_get_a_state_target(struct tcp_bbr *bbr, uint32_t gain) in bbr_get_a_state_target()
10614 bbr_set_state_target(struct tcp_bbr *bbr, int line) in bbr_set_state_target()
10657 bbr_enter_probe_rtt(struct tcp_bbr *bbr, uint32_t cts, int32_t line) in bbr_enter_probe_rtt()
10731 bbr_check_probe_rtt_limits(struct tcp_bbr *bbr, uint32_t cts) in bbr_check_probe_rtt_limits()
10801 bbr_exit_probe_rtt(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts) in bbr_exit_probe_rtt()
10862 bbr_should_enter_probe_rtt(struct tcp_bbr *bbr, uint32_t cts) in bbr_should_enter_probe_rtt()
10879 bbr_google_startup(struct tcp_bbr *bbr, uint32_t cts, int32_t pkt_epoch) in bbr_google_startup()
10905 bbr_state_startup(struct tcp_bbr *bbr, uint32_t cts, int32_t epoch, int32_t pkt_epoch) in bbr_state_startup()
11045 bbr_state_change(struct tcp_bbr *bbr, uint32_t cts, int32_t epoch, int32_t pkt_epoch, uint32_t loss… in bbr_state_change()
11263 bbr_check_bbr_for_state(struct tcp_bbr *bbr, uint32_t cts, int32_t line, uint32_t losses) in bbr_check_bbr_for_state()
11286 struct tcp_bbr *bbr; in bbr_do_segment_nounlock()
11295 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_do_segment_nounlock()
11650 bbr_what_can_we_send(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t sendwin, in bbr_what_can_we_send()
11687 bbr_do_send_accounting(struct tcpcb *tp, struct tcp_bbr *bbr, struct bbr_sendmap *rsm, int32_t len,… in bbr_do_send_accounting()
11749 bbr_cwnd_limiting(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t in_level) in bbr_cwnd_limiting()
11831 struct tcp_bbr *bbr; in bbr_output_wtime()
11870 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_output_wtime()
14048 struct tcp_bbr *bbr; in bbr_mtu_chg()
14057 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_mtu_chg()
14110 struct tcp_bbr *bbr; in bbr_switch_failed()
14119 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_switch_failed()
14171 struct tcp_bbr *bbr; in bbr_set_sockopt()
14237 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_set_sockopt()
14564 struct tcp_bbr *bbr; in bbr_get_sockopt()
14568 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_get_sockopt()
14754 sizeof(struct tcp_bbr), in tcp_addbbr()
14818 static moduledata_t tcp_bbr = { variable
14825 DECLARE_MODULE(MODNAME, tcp_bbr, SI_SUB_PROTO_DOMAIN, SI_ORDER_ANY);