Home
last modified time | relevance | path

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

/xnu-10002.41.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.c1033 DTRACE_MPTCP2(state__change, struct mptcb *, mp_tp, in mptcp_close_fsm()
1095 DTRACE_MPTCP2(state__change, struct mptcb *, mp_tp, in mptcp_close_fsm()
1229 DTRACE_MPTCP2(checksum__result, struct mbuf *, m, uint32_t, sum); in mptcp_output_csum()
H A Dmptcp_subr.c2869 DTRACE_MPTCP2(subflow__input, struct mptses *, mpte, in mptcp_subflow_input()
3027 DTRACE_MPTCP2(subflow__output, struct mptses *, mpte, in mptcp_subflow_output()
4090 DTRACE_MPTCP2(state__change, in mptcp_subflow_connected_ev()
4634 DTRACE_MPTCP2(state__change, struct mptcb *, mp_tp, in mptcp_drop()
/xnu-10002.41.9/osfmk/mach/machine/
H A Dsdt.h281 #define DTRACE_MPTCP2(name, type1, arg1, type2, arg2) \ macro