Home
last modified time | relevance | path

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

/src/sys/netinet/
H A Dtcp_usrreq.c1790 if (tp->t_fb->tfb_switch_failed) { in tcp_ctloutput_set()
1791 (*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,
/src/sys/netinet/tcp_stacks/
H A Dbbr.c14147 .tfb_switch_failed = bbr_switch_failed,
H A Drack.c24035 .tfb_switch_failed = rack_switch_failed,