Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Ddlil.h360 extern boolean_t ifnet_needs_compat(ifnet_t ifp);
H A Dkpi_interface.c506 } else if (!ifnet_needs_compat(ifp)) { in ifnet_allocate_extended()
H A Ddlil.c381 ifnet_needs_compat(ifnet_t ifp) in ifnet_needs_compat() function