Home
last modified time | relevance | path

Searched refs:DTRACE_MPTCP2 (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.1.9/bsd/netinet/
H A Dmptcp_timer.c78 DTRACE_MPTCP2(timer, struct mptses *, mpte, struct mptcb *, mp_tp); in mptcp_timer_demux()
169 DTRACE_MPTCP2(start__timer, struct mptcb *, mp_tp, int, timer_type); in mptcp_start_timer()
H A Dmptcp.c1042 DTRACE_MPTCP2(state__change, struct mptcb *, mp_tp, in mptcp_close_fsm()
1104 DTRACE_MPTCP2(state__change, struct mptcb *, mp_tp, in mptcp_close_fsm()
1240 DTRACE_MPTCP2(checksum__result, struct mbuf *, m, uint32_t, sum); in mptcp_output_csum()
H A Dmptcp_subr.c2897 DTRACE_MPTCP2(subflow__input, struct mptses *, mpte, in mptcp_subflow_input()
3055 DTRACE_MPTCP2(subflow__output, struct mptses *, mpte, in mptcp_subflow_output()
4119 DTRACE_MPTCP2(state__change, in mptcp_subflow_connected_ev()
4671 DTRACE_MPTCP2(state__change, struct mptcb *, mp_tp, in mptcp_drop()
/xnu-12377.1.9/osfmk/mach/machine/
H A Dsdt.h281 #define DTRACE_MPTCP2(name, type1, arg1, type2, arg2) \ macro