Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dsocketvar.h262 #define SOF_MP_TRYFAILOVER 0x08000000 /* Failing subflow */ macro
/xnu-12377.41.6/bsd/netinet/
H A Dmptcp_subr.c3834 mpts->mpts_socket->so_flags &= ~SOF_MP_TRYFAILOVER; in mptcp_subflow_failover_ev()
5680 if (so->so_flags & SOF_MP_TRYFAILOVER) { in mptcp_act_on_txfail()
5684 so->so_flags |= SOF_MP_TRYFAILOVER; in mptcp_act_on_txfail()
6900 so->so_flags &= ~SOF_MP_TRYFAILOVER; in mptcp_reset_rexmit_state()