Searched refs:mpt_softerror (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_timer.c96 mp_tp->mpt_softerror = ETIMEDOUT;
116 mp_tp->mpt_softerror = ETIMEDOUT;
H A Dmptcp_var.h290 int mpt_softerror; /* error not yet reported */ member in struct:mptcb
H A Dmptcp_subr.c3095 if (errno == ETIMEDOUT && mp_tp->mpt_softerror != 0)
3096 errno = mp_tp->mpt_softerror;
/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dmptcp.d100 error = T->mpt_softerror;

Completed in 40 milliseconds