Searched refs:dlil_input_handler (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.41.9/bsd/net/ |
| H A D | dlil.h | 404 extern errno_t dlil_input_handler(struct ifnet *, struct mbuf *,
|
| H A D | kpi_interface.c | 456 ifp->if_input_dlil = dlil_input_handler; in ifnet_allocate_extended()
|
| H A D | dlil.c | 3898 ptrauth_nop_cast(void *, &dlil_input_handler), in dlil_set_input_handler() 3907 ptrauth_nop_cast(void *, &dlil_input_handler))) { in dlil_reset_input_handler() 3938 dlil_input_handler(struct ifnet *ifp, struct mbuf *m_head, in dlil_input_handler() function
|
| /xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 1204 dlil_input_handler(ifp, m_head, m_tail, &s, FALSE, NULL); in fsw_host_sendup()
|