Lines Matching refs:t_fb_ptr

3741 	bbr = (struct tcp_bbr *)tp->t_fb_ptr;  in tcp_bbr_partialack()
3757 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_post_recovery()
3915 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_cong_signal()
4864 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_remxt_tmr()
5279 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_stopall()
7250 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_log_syn()
7301 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_log_ack()
7692 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_process_ack()
8147 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_process_data()
8436 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_do_fastnewdata()
8593 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_fastack()
8749 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_do_syn_sent()
8959 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_do_syn_recv()
9193 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_do_established()
9315 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_do_close_wait()
9437 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_do_fin_wait_1()
9562 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_do_closing()
9664 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_do_lastack()
9766 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_do_fin_wait_2()
10196 if (tp->t_fb_ptr) { in bbr_fini()
10201 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_fini()
10232 uma_zfree(bbr_pcb_zone, tp->t_fb_ptr); in bbr_fini()
10233 tp->t_fb_ptr = NULL; in bbr_fini()
11295 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_do_segment_nounlock()
11870 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_output_wtime()
14057 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_mtu_chg()
14119 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_switch_failed()
14237 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_set_sockopt()
14568 bbr = (struct tcp_bbr *)tp->t_fb_ptr; in bbr_get_sockopt()