Home
last modified time | relevance | path

Searched refs:tfb_tcp_fb_init (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_subr.c354 .tfb_tcp_fb_init = tcp_default_fb_init,
470 if (tp->t_fb->tfb_tcp_fb_init == NULL || in tcp_switch_back_to_default()
471 (*tp->t_fb->tfb_tcp_fb_init)(tp) == 0) in tcp_switch_back_to_default()
497 if (tp->t_fb->tfb_tcp_fb_init != NULL && in tcp_switch_back_to_default()
498 (*tp->t_fb->tfb_tcp_fb_init)(tp)) { in tcp_switch_back_to_default()
1802 if (tp->t_fb->tfb_tcp_fb_init) { in tcp_newtcpcb()
1803 if ((*tp->t_fb->tfb_tcp_fb_init)(tp)) { in tcp_newtcpcb()
H A Dtcp_usrreq.c1959 if (blk->tfb_tcp_fb_init) { in tcp_ctloutput()
1960 error = (*blk->tfb_tcp_fb_init)(tp); in tcp_ctloutput()
1963 if (tp->t_fb->tfb_tcp_fb_init) { in tcp_ctloutput()
1964 if((*tp->t_fb->tfb_tcp_fb_init)(tp) != 0) { in tcp_ctloutput()
H A Dtcp_var.h342 int (*tfb_tcp_fb_init)(struct tcpcb *); member
H A Dtcp_syncache.c1045 if (tp->t_fb->tfb_tcp_fb_init) { in syncache_socket()
1046 (*tp->t_fb->tfb_tcp_fb_init)(tp); in syncache_socket()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h342 int (*tfb_tcp_fb_init)(struct tcpcb *); member
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c14869 .tfb_tcp_fb_init = rack_init,
H A Dbbr.c14879 .tfb_tcp_fb_init = bbr_init,