Searched refs:tuntap_softc (Results 1 – 1 of 1) sorted by relevance
119 struct tuntap_softc { struct120 TAILQ_ENTRY(tuntap_softc) tun_list;194 static TAILQ_HEAD(,tuntap_softc) tunhead = TAILQ_HEAD_INITIALIZER(tunhead);220 static int tun_busy_locked(struct tuntap_softc *tp);221 static void tun_unbusy_locked(struct tuntap_softc *tp);222 static int tun_busy(struct tuntap_softc *tp);223 static void tun_unbusy(struct tuntap_softc *tp);346 tun_busy_locked(struct tuntap_softc *tp) in tun_busy_locked()365 tun_unbusy_locked(struct tuntap_softc *tp) in tun_unbusy_locked()378 tun_busy(struct tuntap_softc *tp) in tun_busy()[all …]