Home
last modified time | relevance | path

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

/xnu-11215/bsd/net/
H A Ddlil.h358 extern boolean_t ifnet_needs_compat(ifnet_t ifp);
H A Dkpi_interface.c504 } else if (!ifnet_needs_compat(ifp)) { in ifnet_allocate_extended()
H A Ddlil.c620 ifnet_needs_compat(ifnet_t ifp) in ifnet_needs_compat() function