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