Searched defs:tuntap_softc (Results 1 – 1 of 1) sorted by relevance
119 struct tuntap_softc { struct121 struct cdev *tun_alias;122 struct cdev *tun_dev;123 u_short tun_flags; /* misc flags */140 pid_t tun_pid; /* owning pid */141 struct ifnet *tun_ifp; /* the interface */142 struct sigio *tun_sigio; /* async I/O info */143 struct tuntap_driver *tun_drv; /* appropriate driver */144 struct selinfo tun_rsel; /* read select */145 struct mtx tun_mtx; /* softc field mutex */[all …]