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

/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_timer.c94 mp_tp->mpt_rxtshift++;
95 if (mp_tp->mpt_rxtshift > mptcp_nrtos) {
102 __func__, mp_tp->mpt_rxtshift));
185 mp_tp->mpt_rxtshift = 0;
213 mp_tp->mpt_rxtshift = 0;
H A Dmptcp_var.h303 int mpt_rxtshift; /* num of consecutive retrans */ member in struct:mptcb
/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dmptcp.d105 rxtshift = T->mpt_rxtshift;

Completed in 27 milliseconds