Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Ddlil.c989 DTRACE_IP1(fsw__not__attached, ifnet_t, ifp); in dlil_quiesce_and_detach_nexuses()
999 DTRACE_IP1(netif__not__attached, ifnet_t, ifp); in dlil_quiesce_and_detach_nexuses()
1871 DTRACE_IP1(dlil_has_ip_filter, boolean_t, has_filter); in dlil_has_ip_filter()
1879 DTRACE_IP1(dlil_has_if_filter, boolean_t, has_filter); in dlil_has_if_filter()
2886 DTRACE_IP1(not__aligned__v4, uint8_t *, buf); in ifnet_mcast_clear_dscp()
2895 DTRACE_IP1(clear__v4, struct ip *, ip); in ifnet_mcast_clear_dscp()
2910 DTRACE_IP1(not__aligned__v6, uint8_t *, buf); in ifnet_mcast_clear_dscp()
2920 DTRACE_IP1(clear__v6, struct ip6_hdr *, ip6); in ifnet_mcast_clear_dscp()
3021 DTRACE_IP1(small__ether, size_t, len); in ifnet_enqueue_single()
3033 DTRACE_IP1(small__v4, size_t, len); in ifnet_enqueue_single()
[all …]
H A Droute.c4859 DTRACE_IP1(no__eth__rules, route_t, rt); in rt_lookup_qset_id()
4864 DTRACE_IP1(same__eth__rule__genid, route_t, rt); in rt_lookup_qset_id()
/xnu-12377.81.4/bsd/net/classq/
H A Dclassq_fq_codel.c388 DTRACE_IP1(memfail__drop, fq_if_t *, fqs); in fq_codel_enq_legacy()
957 DTRACE_IP1(memfail__drop, fq_if_t *, fqs); in fq_codel_enq()
/xnu-12377.81.4/osfmk/mach/machine/
H A Dsdt.h202 #define DTRACE_IP1(name, type1, arg1) \ macro