Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_subr.c343 static void tcp_default_switch_failed(struct tcpcb *tp);
355 .tfb_switch_failed = tcp_default_switch_failed,
4099 tcp_default_switch_failed(struct tcpcb *tp) in tcp_default_switch_failed() function