Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/net/
Dif_tapvar.h60 pid_t tap_pid; /* PID of process to open */ member
Dif_tap.c501 tp->tap_pid = td->td_proc->p_pid; in tapopen()
563 tp->tap_pid = 0; in tapclose()
640 if (tp->tap_pid != 0 && dummy < sizeof(ifs->ascii)) in tapifioctl()
643 "\tOpened by PID %d\n", tp->tap_pid); in tapifioctl()