Searched refs:mptcp_cancel_timer (Results 1 – 3 of 3) sorted by relevance
198 mptcp_cancel_timer(struct mptcb *mp_tp, int timer_type) in mptcp_cancel_timer() function226 mptcp_cancel_timer(mp_tp, MPTT_REXMT); in mptcp_cancel_all_timers()227 mptcp_cancel_timer(mp_tp, MPTT_TW); in mptcp_cancel_all_timers()228 mptcp_cancel_timer(mp_tp, MPTT_FASTCLOSE); in mptcp_cancel_all_timers()
40 extern void mptcp_cancel_timer(struct mptcb *mp_tp, int timer_type);
3443 mptcp_cancel_timer(mp_tp, MPTT_REXMT); in mptcp_subflow_output()