Home
last modified time | relevance | path

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

/dflybsd-src/sys/net/tun/
H A Dif_tunvar.h49 pid_t tun_pid; /* PID of process to open */ member
H A Dif_tun.c292 sc->tun_pid = curproc->p_pid; in tunopen()
318 sc->tun_pid = 0; in tunclose()
487 if (sc->tun_pid) in tunifioctl()
489 "\tOpened by PID %d\n", sc->tun_pid); in tunifioctl()
746 sc->tun_pid = curproc->p_pid; in tunioctl()