Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dmptcp_timer.c196 mptcp_cancel_timer(struct mptcb *mp_tp, int timer_type) in mptcp_cancel_timer() function
224 mptcp_cancel_timer(mp_tp, MPTT_REXMT); in mptcp_cancel_all_timers()
225 mptcp_cancel_timer(mp_tp, MPTT_TW); in mptcp_cancel_all_timers()
226 mptcp_cancel_timer(mp_tp, MPTT_FASTCLOSE); in mptcp_cancel_all_timers()
H A Dmptcp_timer.h37 extern void mptcp_cancel_timer(struct mptcb *mp_tp, int timer_type);
H A Dmptcp_subr.c3342 mptcp_cancel_timer(mp_tp, MPTT_REXMT); in mptcp_subflow_output()