HomeSort by: relevance | last modified time | path
    Searched refs:tun_pgid (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
if_tun.h 52 pid_t tun_pgid; /* PID or process group ID */ member in struct:tun_softc
if_tun.c 327 if (tp->tun_flags & TUN_ASYNC && tp->tun_pgid)
328 fownsignal(tp->tun_pgid, SIGIO, POLL_HUP, 0, NULL);
407 tp->tun_pgid = 0;
646 if (tp->tun_flags & TUN_ASYNC && tp->tun_pgid)
662 if (tp->tun_flags & TUN_ASYNC && tp->tun_pgid)
663 fownsignal(tp->tun_pgid, SIGIO, POLL_IN, POLLIN|POLLRDNORM,
672 if (tp->tun_flags & TUN_ASYNC && tp->tun_pgid)
673 fownsignal(tp->tun_pgid, SIGIO, POLL_OUT, POLLOUT|POLLWRNORM,
763 error = fsetown(&tp->tun_pgid, cmd, data);
768 error = fgetown(tp->tun_pgid, cmd, data)
    [all...]

Completed in 17 milliseconds