Home
last modified time | relevance | path

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

/dflybsd-src/sys/net/tun/
H A Dif_tun.c91 static struct dev_ops tun_ops = { variable
155 dev = make_autoclone_dev(&tun_ops, &DEVFS_CLONE_BITMAP(tun), in tunmodevent()
172 dev_ops_remove_all(&tun_ops); in tunmodevent()
191 ap->a_dev = make_only_dev(&tun_ops, unit, UID_UUCP, GID_DIALER, in tunclone()
391 dev = make_dev(&tun_ops, unit, UID_UUCP, GID_DIALER, in tun_clone_create()