Searched refs:ifc_destroy (Results 1 – 2 of 2) sorted by relevance
102 int (*ifc_destroy)(struct ifnet *); member111 .ifc_destroy = destroy, \
1361 if (ifc->ifc_destroy == NULL) in if_clone_destroy()1383 ret = (*ifc->ifc_destroy)(ifp); in if_clone_destroy()