Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dif_ports_used.h359 bool check_wake_pkt(ifnet_t ifp, struct __kern_packet *pkt);
H A Dif_ports_used.c2755 check_wake_pkt(ifnet_t ifp __unused, struct __kern_packet *pkt) in check_wake_pkt() function
/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2130 if (check_wake_pkt(fsw->fsw_ifp, pkt) == true) { in dp_rx_process_wake_packet()