HomeSort by: relevance | last modified time | path
    Searched refs:ifc_destroy (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
if.h 159 int (*ifc_destroy)(struct ifnet *); member in struct:if_clone
if.c 1613 if (ifc->ifc_destroy == NULL)
1627 * We cannot call ifc_destroy with holding ifp.
1632 error = (*ifc->ifc_destroy)(ifp);

Completed in 33 milliseconds