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

/freebsd-10-stable/sys/net/
H A Dif_tapvar.h45 * tap_mtx locks tap_flags, tap_pid. tap_next locked with global tapmtx.
60 pid_t tap_pid; /* PID of process to open */ member in struct:tap_softc
H A Dif_tap.c501 tp->tap_pid = td->td_proc->p_pid;
563 tp->tap_pid = 0;
640 if (tp->tap_pid != 0 && dummy < sizeof(ifs->ascii))
643 "\tOpened by PID %d\n", tp->tap_pid);

Completed in 111 milliseconds