Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netinet/
H A Dmptcp_timer.c91 mp_tp->mpt_rxtshift++; in mptcp_timer_demux()
92 if (mp_tp->mpt_rxtshift > mptcp_nrtos) { in mptcp_timer_demux()
99 __func__, mp_tp->mpt_rxtshift, in mptcp_timer_demux()
177 mp_tp->mpt_rxtshift = 0; in mptcp_start_timer()
203 mp_tp->mpt_rxtshift = 0; in mptcp_cancel_timer()
H A Dmptcp_var.h388 int mpt_rxtshift; /* num of consecutive retrans */ member
/xnu-10002.41.9/bsd/dev/dtrace/scripts/
H A Dmptcp.d101 rxtshift = T->mpt_rxtshift;