Home
last modified time | relevance | path

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

/netbsd-src/sys/netcan/
H A Dif_canloop.c68 static int canloop_clone_create(struct if_clone *, int);
76 IF_CLONE_INITIALIZER("canlo", canloop_clone_create, canloop_clone_destroy);
106 canloop_clone_create(struct if_clone *ifc, int unit) in canloop_clone_create() function