Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/netinet/ !
H A Dmptcp_timer.c80 switch (mp_tp->mpt_timer_vals) { in mptcp_timer_demux()
87 mp_tp->mpt_timer_vals = 0; in mptcp_timer_demux()
175 mp_tp->mpt_timer_vals |= MPTT_REXMT; in mptcp_start_timer()
182 mp_tp->mpt_timer_vals |= MPTT_TW; in mptcp_start_timer()
204 mp_tp->mpt_timer_vals = 0; in mptcp_cancel_timer()
H A Dmptcp_var.h395 uint32_t mpt_timer_vals; /* timer related values */ member
/xnu-8792.61.2/bsd/dev/dtrace/scripts/ !
H A Dmptcp.d104 timervals = T->mpt_timer_vals;