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

/freebsd-13-stable/sys/net/
H A Dif_tuntap.c138 pid_t tun_pid; /* owning pid */ member in struct:tuntap_softc
1086 tp->tun_pid = td->td_proc->p_pid;
1131 if (p->p_pid != tp->tun_pid) {
1178 tp->tun_pid = 0;
1303 if (tp->tun_pid)
1305 "\tOpened by PID %d\n", tp->tun_pid);
1576 tp->tun_pid = curthread->td_proc->p_pid;

Completed in 91 milliseconds