Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/netinet/
H A Dmptcp_timer.c162 mptcp_start_timer(struct mptses *mpte, int timer_type) in mptcp_start_timer() argument
169 DTRACE_MPTCP2(start__timer, struct mptcb *, mp_tp, int, timer_type); in mptcp_start_timer()
170 mptcplog((LOG_DEBUG, "MPTCP Socket: %s: %d\n", __func__, timer_type), in mptcp_start_timer()
175 switch (timer_type) { in mptcp_start_timer()
198 mptcp_cancel_timer(struct mptcb *mp_tp, int timer_type) in mptcp_cancel_timer() argument
202 switch (timer_type) { in mptcp_cancel_timer()
H A Dmptcp_timer.h39 extern void mptcp_start_timer(struct mptses *mpte, int timer_type);
40 extern void mptcp_cancel_timer(struct mptcb *mp_tp, int timer_type);