Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/ !
H A Ddlil_ctl.c386 ifnet_set_start_handler(struct ifnet *ifp, ifnet_start_func fn) in ifnet_set_start_handler() function
H A Dif_var_private.h1819 extern errno_t ifnet_set_start_handler(struct ifnet *, ifnet_start_func);
/xnu-12377.61.12/bsd/skywalk/nexus/netif/ !
H A Dnx_netif.c2163 error = ifnet_set_start_handler(ifp, nx_netif_doorbell); in nx_netif_na_activate()