Home
last modified time | relevance | path

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

/netbsd-src/sys/net/
H A Dif_stf.c138 static int stf_clone_create(struct if_clone *, int);
142 IF_CLONE_INITIALIZER("stf", stf_clone_create, stf_clone_destroy);
202 stf_clone_create(struct if_clone *ifc, int unit) in stf_clone_create() function