Home
last modified time | relevance | path

Searched refs:DTRACE_IP1 (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.41.9/bsd/net/
H A Ddlil.c1568 DTRACE_IP1(fsw__not__attached, ifnet_t, ifp); in dlil_quiesce_and_detach_nexuses()
1579 DTRACE_IP1(netif__not__attached, ifnet_t, ifp); in dlil_quiesce_and_detach_nexuses()
3165 DTRACE_IP1(dlil_has_ip_filter, boolean_t, has_filter); in dlil_has_ip_filter()
3173 DTRACE_IP1(dlil_has_if_filter, boolean_t, has_filter); in dlil_has_if_filter()
5294 DTRACE_IP1(not__aligned__v4, uint8_t *, buf); in ifnet_mcast_clear_dscp()
5303 DTRACE_IP1(clear__v4, struct ip *, ip); in ifnet_mcast_clear_dscp()
5318 DTRACE_IP1(not__aligned__v6, uint8_t *, buf); in ifnet_mcast_clear_dscp()
5328 DTRACE_IP1(clear__v6, struct ip6_hdr *, ip6); in ifnet_mcast_clear_dscp()
5429 DTRACE_IP1(small__ether, size_t, len); in ifnet_enqueue_ifclassq()
5441 DTRACE_IP1(small__v4, size_t, len); in ifnet_enqueue_ifclassq()
[all …]
/xnu-10002.41.9/bsd/net/classq/
H A Dclassq_fq_codel.c368 DTRACE_IP1(memfail__drop, fq_if_t *, fqs); in fq_addq()
/xnu-10002.41.9/osfmk/mach/machine/
H A Dsdt.h202 #define DTRACE_IP1(name, type1, arg1) \ macro