Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Ddlil_ctl.c368 ifnet_set_output_handler(struct ifnet *ifp, ifnet_output_func fn) in ifnet_set_output_handler() function
H A Dif_var_private.h1817 extern errno_t ifnet_set_output_handler(struct ifnet *, ifnet_output_func);
/xnu-12377.61.12/bsd/skywalk/nexus/netif/
H A Dnx_netif_host.c371 err = ifnet_set_output_handler(ifp, in nx_netif_host_catch_tx()