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

/freebsd-13-stable/sys/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) function

Completed in 45 milliseconds