Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dmptcp_timer.c120 case MPTT_FASTCLOSE: in mptcp_timer_demux()
185 case MPTT_FASTCLOSE: in mptcp_start_timer()
209 case MPTT_FASTCLOSE: in mptcp_cancel_timer()
226 mptcp_cancel_timer(mp_tp, MPTT_FASTCLOSE); in mptcp_cancel_all_timers()
H A Dmptcp_var.h448 #define MPTT_FASTCLOSE 0x04 /* Starting Fastclose wait timer */ macro