Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dmptcp_timer.c93 mp_tp->mpt_softerror = ETIMEDOUT; in mptcp_timer_demux()
114 mp_tp->mpt_softerror = ETIMEDOUT; in mptcp_timer_demux()
H A Dmptcp_var.h376 u_short mpt_softerror; /* error not yet reported */ member
H A Dmptcp_subr.c4656 if (errno == ETIMEDOUT && mp_tp->mpt_softerror != 0) { in mptcp_drop()
4657 errno = mp_tp->mpt_softerror; in mptcp_drop()
/xnu-11215.81.4/bsd/dev/dtrace/scripts/
H A Dmptcp.d96 error = T->mpt_softerror;