Searched refs:mptcp_cancel_timer (Results 1 – 3 of 3) sorted by relevance
196 mptcp_cancel_timer(struct mptcb *mp_tp, int timer_type) in mptcp_cancel_timer() function224 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()
37 extern void mptcp_cancel_timer(struct mptcb *mp_tp, int timer_type);
3342 mptcp_cancel_timer(mp_tp, MPTT_REXMT); in mptcp_subflow_output()