HomeSort by: relevance | last modified time | path
    Searched refs:tun_cdevsw (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/rump/net/lib/libtun/
tun_component.c 43 extern const struct cdevsw tun_cdevsw;
48 &tun_cdevsw, &tun_cmajor);
62 devsw_detach(NULL, &tun_cdevsw);
  /src/sys/net/
if_tun.c 100 const struct cdevsw tun_cdevsw = { variable in typeref:typename:const struct cdevsw
138 devsw_attach("tun", NULL, &tun_bmajor, &tun_cdevsw, &tun_cmajor);
148 devsw_detach(NULL, &tun_cdevsw);
153 devsw_attach("tun", NULL, &tun_bmajor, &tun_cdevsw, &tun_cmajor);

Completed in 47 milliseconds