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.c1729 if (tp->t_fb->tfb_switch_failed) { in tcp_ctloutput_set()
1730 (*tp->t_fb->tfb_switch_failed)(tp); in tcp_ctloutput_set()
H A Dtcp_var.h619 void (*tfb_switch_failed)(struct tcpcb *); member
H A Dtcp_subr.c358 .tfb_switch_failed = tcp_default_switch_failed,
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c14147 .tfb_switch_failed = bbr_switch_failed,
H A Drack.c24033 .tfb_switch_failed = rack_switch_failed,