Home
last modified time | relevance | path

Searched refs:ifc_destroy (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/net/
H A Dif_var.h102 int (*ifc_destroy)(struct ifnet *); member
111 .ifc_destroy = destroy, \
H A Dif.c1361 if (ifc->ifc_destroy == NULL) in if_clone_destroy()
1383 ret = (*ifc->ifc_destroy)(ifp); in if_clone_destroy()