Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Ddlil_sysctl.h134 extern uint32_t net_wake_pkt_debug;
H A Dif_ports_used.c1166 if (__improbable(net_wake_pkt_debug > 1)) { in net_port_info_match_npi()
1294 if (__improbable(net_wake_pkt_debug > 0)) { in net_port_info_find_match()
1515 if (__improbable(net_wake_pkt_debug > 0)) { in is_unattributed_wake_already_notified()
1630 if (__improbable(net_wake_pkt_debug > 0)) { in is_attributed_wake_already_notified()
1822 if (__improbable(net_wake_pkt_debug > 0)) { in if_ports_used_match_mbuf()
1929 if (net_wake_pkt_debug > 0) { in if_ports_used_match_mbuf()
1949 if (net_wake_pkt_debug > 0) { in if_ports_used_match_mbuf()
2073 if (net_wake_pkt_debug > 0) { in if_ports_used_match_mbuf()
2093 if (net_wake_pkt_debug > 0) { in if_ports_used_match_mbuf()
2215 if (__improbable(net_wake_pkt_debug > 0)) { in if_ports_used_match_pkt()
[all …]
H A Ddlil_sysctl.c345 uint32_t net_wake_pkt_debug = 0; variable
347 CTLFLAG_RW | CTLFLAG_LOCKED, &net_wake_pkt_debug, 0, "");
H A Dif_var_private.h1539 extern uint32_t net_wake_pkt_debug;
H A Dif.c4871 if (net_wake_pkt_debug) { in ifioctl_ifreq()
/xnu-12377.1.9/bsd/kern/
H A Duipc_socket2.c112 extern uint32_t net_wake_pkt_debug;
2702 if (net_wake_pkt_debug > 0 && (hint & SO_FILT_HINT_WAKE_PKT)) { in soevent()