Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/ !
H A Dif_ports_used.c939 if (__improbable(net_wake_pkt_debug > 1)) { in net_port_info_match_npi()
1037 if (__improbable(net_wake_pkt_debug > 0)) { in net_port_info_find_match()
1121 if (__improbable(net_wake_pkt_debug > 0)) { in if_notify_unattributed_wake_mbuf()
1241 if (__improbable(net_wake_pkt_debug > 0)) { in if_notify_wake_packet()
1415 if (net_wake_pkt_debug > 0) { in if_ports_used_match_mbuf()
1435 if (net_wake_pkt_debug > 0) { in if_ports_used_match_mbuf()
1559 if (net_wake_pkt_debug > 0) { in if_ports_used_match_mbuf()
1579 if (net_wake_pkt_debug > 0) { in if_ports_used_match_mbuf()
1631 if (__improbable(net_wake_pkt_debug > 0)) { in if_notify_unattributed_wake_pkt()
1816 if (net_wake_pkt_debug > 0) { in if_ports_used_match_pkt()
[all …]
H A Dif_var_private.h1344 extern uint32_t net_wake_pkt_debug;
H A Ddlil.c800 uint32_t net_wake_pkt_debug = 0; variable
802 CTLFLAG_RW | CTLFLAG_LOCKED, &net_wake_pkt_debug, 0, "");
6144 if (__improbable(net_wake_pkt_debug > 0 && (m->m_pkthdr.pkt_flags & PKTF_WAKE_PKT))) { in dlil_input_packet_list_common()
H A Dif.c4355 if (net_wake_pkt_debug) { in ifioctl_ifreq()
/xnu-8792.41.9/bsd/kern/ !
H A Duipc_socket2.c107 extern uint32_t net_wake_pkt_debug;
2668 if (net_wake_pkt_debug > 0 && (hint & SO_FILT_HINT_WAKE_PKT)) { in soevent()