Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/net/
H A Ddlil_ctl.c353 ptrauth_nop_cast(void *, &dlil_input_handler), in dlil_set_input_handler()
362 ptrauth_nop_cast(void *, &dlil_input_handler), acq_rel)) { in dlil_reset_input_handler()
H A Ddlil.h432 extern errno_t dlil_input_handler(struct ifnet *, struct mbuf *,
H A Ddlil_input.c279 dlil_input_handler(struct ifnet *ifp, struct mbuf *m_head, in dlil_input_handler() function
H A Dkpi_interface.c460 ifp->if_input_dlil = dlil_input_handler; in ifnet_allocate_extended()
/xnu-11417.101.15/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c1565 dlil_input_handler(ifp, m_head, m_tail, &s, FALSE, NULL); in fsw_host_sendup()