Home
last modified time | relevance | path

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

/src/sys/net/
H A Dif_tuntap.c246 static int tun_clone_destroy(struct if_clone *, struct ifnet *, uint32_t);
300 .clone_destroy_fn = tun_clone_destroy,
317 .clone_destroy_fn = tun_clone_destroy,
334 .clone_destroy_fn = tun_clone_destroy,
713 tun_clone_destroy(struct if_clone *ifc __unused, struct ifnet *ifp, uint32_t flags) in tun_clone_destroy() function