Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dif_gif.c117 int gif_clone_destroy(struct ifnet *);
137 IF_CLONE_INITIALIZER("gif", gif_clone_create, gif_clone_destroy);
191 gif_clone_destroy(struct ifnet *ifp) in gif_clone_destroy() function