Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_tuntap.c239 static int tun_clone_destroy(struct if_clone *, struct ifnet *);
291 .clone_destroy_fn = tun_clone_destroy,
308 .clone_destroy_fn = tun_clone_destroy,
325 .clone_destroy_fn = tun_clone_destroy,
652 tun_clone_destroy(struct if_clone *ifc __unused, struct ifnet *ifp) in tun_clone_destroy() function