Home
last modified time | relevance | path

Searched refs:mpt_gc_ticks (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/bsd/netinet/
H A Dmptcp_var.h425 int32_t mpt_gc_ticks; /* Used for zombie deletion */ member
H A Dmptcp_subr.c4393 if (mp_tp->mpt_gc_ticks == MPT_GC_TICKS) { in mptcp_subflow_mustrst_ev()
4394 mp_tp->mpt_gc_ticks = MPT_GC_TICKS_FAST; in mptcp_subflow_mustrst_ev()
4614 if (mp_tp->mpt_gc_ticks > 0) { in mptcp_gc()
4615 mp_tp->mpt_gc_ticks--; in mptcp_gc()
4617 if (mp_tp->mpt_gc_ticks == 0) { in mptcp_gc()
5330 mp_tp->mpt_gc_ticks = MPT_GC_TICKS; in mptcp_conn_properties()