Home
last modified time | relevance | path

Searched refs:if_clone_destroyif (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/net/
H A Dif_clone.h84 int if_clone_destroyif(struct if_clone *, struct ifnet *);
H A Dif_clone.c295 err = if_clone_destroyif(ifc, ifp); in if_clone_destroy()
304 if_clone_destroyif(struct if_clone *ifc, struct ifnet *ifp) in if_clone_destroyif() function
458 if_clone_destroyif(ifc, LIST_FIRST(&ifc->ifc_iflist)); in if_clone_detach()
H A Dif_epair.c962 error = if_clone_destroyif(ifc, oifp); in epair_clone_destroy()
/f-stack/freebsd/net80211/
H A Dieee80211_freebsd.c180 if_clone_destroyif(wlan_cloner, vap->iv_ifp); in ieee80211_vap_destroy()