Home
last modified time | relevance | path

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

/xnu-8792.61.2/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.c1031 DTRACE_MPTCP2(state__change, struct mptcb *, mp_tp, in mptcp_close_fsm()
1093 DTRACE_MPTCP2(state__change, struct mptcb *, mp_tp, in mptcp_close_fsm()
1264 DTRACE_MPTCP2(checksum__result, struct mbuf *, m, uint32_t, sum); in mptcp_output_csum()
H A Dmptcp_subr.c2859 DTRACE_MPTCP2(subflow__input, struct mptses *, mpte, in mptcp_subflow_input()
3017 DTRACE_MPTCP2(subflow__output, struct mptses *, mpte, in mptcp_subflow_output()
4080 DTRACE_MPTCP2(state__change, in mptcp_subflow_connected_ev()
4623 DTRACE_MPTCP2(state__change, struct mptcb *, mp_tp, in mptcp_drop()
/xnu-8792.61.2/osfmk/mach/machine/
H A Dsdt.h281 #define DTRACE_MPTCP2(name, type1, arg1, type2, arg2) \ macro