Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/netinet/
H A Dmptcp_timer.c120 case MPTT_FASTCLOSE: in mptcp_timer_demux()
187 case MPTT_FASTCLOSE: in mptcp_start_timer()
211 case MPTT_FASTCLOSE: in mptcp_cancel_timer()
228 mptcp_cancel_timer(mp_tp, MPTT_FASTCLOSE); in mptcp_cancel_all_timers()
H A Dmptcp_var.h454 #define MPTT_FASTCLOSE 0x04 /* Starting Fastclose wait timer */ macro