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

  /src/sys/net/
if_tun.c 79 static struct if_clone tun_cloner = variable in typeref:struct:if_clone
136 if_clone_attach(&tun_cloner);
146 if_clone_detach(&tun_cloner);
155 if_clone_attach(&tun_cloner);
361 (void)tun_clone_create(&tun_cloner, minor(dev));

Completed in 50 milliseconds