Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_clone.h158 int if_clone_destroyif(struct if_clone *, struct ifnet *);
H A Dif_clone.c431 err = if_clone_destroyif(ifc, ifp); in if_clone_destroy()
476 if_clone_destroyif(struct if_clone *ifc, struct ifnet *ifp) in if_clone_destroyif() function
H A Dif_epair.c892 error = if_clone_destroyif(ifc, oifp); in epair_clone_destroy()
H A Dif_tuntap.c1309 error = if_clone_destroyif(cloner, ifp); in tundtor()
/freebsd/sys/net80211/
H A Dieee80211_freebsd.c186 if_clone_destroyif(wlan_cloner, vap->iv_ifp); in ieee80211_vap_destroy()