HomeSort by: relevance | last modified time | path
    Searched defs:tun_clone_create (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/net/
if_tun.c 76 static int tun_clone_create(struct if_clone *, int);
80 IF_CLONE_INITIALIZER("tun", tun_clone_create, tun_clone_destroy);
261 tun_clone_create(struct if_clone *ifc, int unit) function in typeref:typename:int
361 (void)tun_clone_create(&tun_cloner, minor(dev));

Completed in 11 milliseconds