Home
last modified time | relevance | path

Searched refs:tfb_switch_failed (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_usrreq.c1767 if (tp->t_fb->tfb_switch_failed) { in tcp_ctloutput_set()
1768 (*tp->t_fb->tfb_switch_failed)(tp); in tcp_ctloutput_set()
H A Dtcp_var.h627 void (*tfb_switch_failed)(struct tcpcb *); member
H A Dtcp_subr.c361 .tfb_switch_failed = tcp_default_switch_failed,
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c14145 .tfb_switch_failed = bbr_switch_failed,
H A Drack.c25246 .tfb_switch_failed = rack_switch_failed,