Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dtcp_subr.c390 static void tcp_default_switch_failed(struct tcpcb *tp);
402 .tfb_switch_failed = tcp_default_switch_failed,
4119 tcp_default_switch_failed(struct tcpcb *tp) in tcp_default_switch_failed() function