Home
last modified time | relevance | path

Searched refs:t_fb_ptr (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c3741 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()
[all …]
H A Drack.c5601 rack = (struct tcp_rack *)tp->t_fb_ptr; in tcp_rack_partialack()
5632 rack = (struct tcp_rack *)tp->t_fb_ptr; in rack_post_recovery()
5720 rack = (struct tcp_rack *)tp->t_fb_ptr; in rack_cong_signal()
6096 rack = (struct tcp_rack *)tp->t_fb_ptr; in rack_check_recovery_mode()
7516 rack = (struct tcp_rack *)tp->t_fb_ptr; in rack_remxt_tmr()
7620 rack = (struct tcp_rack *)tp->t_fb_ptr; in rack_cc_conn_init()
8090 rack = (struct tcp_rack *)tp->t_fb_ptr; in rack_stopall()
8315 rack = (struct tcp_rack *)tp->t_fb_ptr; in rack_log_output()
8717 rack = (struct tcp_rack *)tp->t_fb_ptr; in tcp_rack_xmit_timer_commit()
10707 (struct tcp_rack *)tp->t_fb_ptr, in rack_compute_pipe()
[all …]
/freebsd/sys/netinet/
H A Dtcp_hpts.c1361 if (tp->t_fb_ptr != NULL) { in tcp_hptsi()
1362 kern_prefetch(tp->t_fb_ptr, &did_prefetch); in tcp_hptsi()
H A Dtcp_var.h314 void *t_fb_ptr; /* Pointer to t_fb specific data */ member
H A Dtcp_subr.c534 tp->t_fb_ptr = ptr; in tcp_switch_back_to_default()
568 tp->t_fb_ptr = ptr; in tcp_switch_back_to_default()
2352 if ((*tp->t_fb->tfb_tcp_fb_init)(tp, &tp->t_fb_ptr)) { in tcp_newtcpcb()
H A Dtcp_usrreq.c1803 tp->t_fb_ptr = ptr; in tcp_ctloutput_set()