Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/netinet/
H A Dmptcp_timer.h36 extern void mptcp_start_timer(struct mptses *mpte, int timer_type);
37 extern void mptcp_cancel_timer(struct mptcb *mp_tp, int timer_type);
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()
173 switch (timer_type) { in mptcp_start_timer()
196 mptcp_cancel_timer(struct mptcb *mp_tp, int timer_type) in mptcp_cancel_timer() argument
200 switch (timer_type) { in mptcp_cancel_timer()