Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/ !
H A Dif_ports_used.c931 if (__improbable(net_wake_pkt_debug > 1)) { in net_port_info_match_npi()
1029 if (__improbable(net_wake_pkt_debug > 0)) { in net_port_info_find_match()
1053 if (__improbable(net_wake_pkt_debug > 0)) { in if_notify_unattributed_wake_mbuf()
1130 if (__improbable(net_wake_pkt_debug > 0)) { in if_notify_wake_packet()
1303 if (net_wake_pkt_debug > 0) { in if_ports_used_match_mbuf()
1317 if (net_wake_pkt_debug > 0) { in if_ports_used_match_mbuf()
1425 if (net_wake_pkt_debug > 0) { in if_ports_used_match_mbuf()
1439 if (net_wake_pkt_debug > 0) { in if_ports_used_match_mbuf()
1483 if (__improbable(net_wake_pkt_debug > 0)) { in if_notify_unattributed_wake_pkt()
1651 if (net_wake_pkt_debug > 0) { in if_ports_used_match_pkt()
[all …]
H A Dif_var.h1782 extern uint32_t net_wake_pkt_debug;
H A Ddlil.c788 uint32_t net_wake_pkt_debug = 0; variable
790 CTLFLAG_RW | CTLFLAG_LOCKED, &net_wake_pkt_debug, 0, "");
5878 if (__improbable(net_wake_pkt_debug > 0 && (m->m_pkthdr.pkt_flags & PKTF_WAKE_PKT))) { in dlil_input_packet_list_common()
H A Dif.c4272 if (net_wake_pkt_debug) { in ifioctl_ifreq()