Home
last modified time | relevance | path

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

/netbsd-src/sys/netcan/
H A Dif_canloop.c69 static int canloop_clone_destroy(struct ifnet *);
76 IF_CLONE_INITIALIZER("canlo", canloop_clone_create, canloop_clone_destroy);
135 canloop_clone_destroy(struct ifnet *ifp) in canloop_clone_destroy() function