Searched refs:DTRACE_IP1 (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/bsd/net/classq/ |
| H A D | classq_fq_codel.c | 309 DTRACE_IP1(memfail__drop, fq_if_t *, fqs); in fq_addq()
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | dlil.c | 2867 DTRACE_IP1(dlil_has_ip_filter, boolean_t, has_filter); in dlil_has_ip_filter() 2875 DTRACE_IP1(dlil_has_if_filter, boolean_t, has_filter); in dlil_has_if_filter() 4780 DTRACE_IP1(not__aligned__v4, uint8_t *, buf); in ifnet_mcast_clear_dscp() 4789 DTRACE_IP1(clear__v4, struct ip *, ip); in ifnet_mcast_clear_dscp() 4804 DTRACE_IP1(not__aligned__v6, uint8_t *, buf); in ifnet_mcast_clear_dscp() 4814 DTRACE_IP1(clear__v6, struct ip6_hdr *, ip6); in ifnet_mcast_clear_dscp() 4915 DTRACE_IP1(small__ether, size_t, len); in ifnet_enqueue_ifclassq() 4927 DTRACE_IP1(small__v4, size_t, len); in ifnet_enqueue_ifclassq() 4935 DTRACE_IP1(small__v6, size_t, len); in ifnet_enqueue_ifclassq() 4940 DTRACE_IP1(invalid__etype, uint16_t, etype); in ifnet_enqueue_ifclassq() [all …]
|
| /xnu-8019.80.24/osfmk/mach/machine/ |
| H A D | sdt.h | 301 #define DTRACE_IP1(name, type1, arg1) \ macro
|