Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dif_ports_used.c280 static struct net_port_info_wake_pkt_event delay_wake_pkt_event; variable
478 memset(&delay_wake_pkt_event, 0, sizeof(delay_wake_pkt_event)); in if_ports_reset_wake_attribution_state()
1551 if (delay_wake_pkt_event.npi_wp_code == KEV_POWER_WAKE_PACKET) { in check_for_existing_delayed_wake_event()
1553 } else if (delay_wake_pkt_event.npi_wp_code == KEV_POWER_UNATTRIBUTED_WAKE) { in check_for_existing_delayed_wake_event()
1575 delay_wake_pkt_event.npi_wp_code = KEV_POWER_UNATTRIBUTED_WAKE; in if_notify_unattributed_wake_common()
1576 memcpy(&delay_wake_pkt_event.npi_ev_wake_pkt_unattributed, event_data, in if_notify_unattributed_wake_common()
1724 delay_wake_pkt_event.npi_wp_code = KEV_POWER_WAKE_PACKET; in if_notify_wake_packet()
1725 memcpy(&delay_wake_pkt_event.npi_ev_wake_pkt_attributed, &event_data, in if_notify_wake_packet()
2479 delay_wake_pkt_event.npi_wp_code);
2482 if (delay_wake_pkt_event.npi_wp_code == KEV_POWER_WAKE_PACKET) {
[all …]