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 epoch_context tun_epoch_ctx;142 struct ifnet *tun_ifp; /* the interface */143 struct sigio *tun_sigio; /* async I/O info */144 struct tuntap_driver *tun_drv; /* appropriate driver */145 struct selinfo tun_rsel; /* read select */[all …]