Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_tuntap.c242 static int tun_clone_destroy(struct if_clone *, struct ifnet *, uint32_t);
294 .clone_destroy_fn = tun_clone_destroy,
311 .clone_destroy_fn = tun_clone_destroy,
328 .clone_destroy_fn = tun_clone_destroy,
643 tun_clone_destroy(struct if_clone *ifc __unused, struct ifnet *ifp, uint32_t flags) in tun_clone_destroy() function