Home
last modified time | relevance | path

Searched refs:tuntap_softc (Results 1 – 1 of 1) sorted by relevance

/src/sys/net/
H A Dif_tuntap.c119 struct tuntap_softc { struct
120 TAILQ_ENTRY(tuntap_softc) tun_list;
195 static TAILQ_HEAD(,tuntap_softc) tunhead = TAILQ_HEAD_INITIALIZER(tunhead);
221 static int tun_busy_locked(struct tuntap_softc *tp);
222 static void tun_unbusy_locked(struct tuntap_softc *tp);
223 static int tun_busy(struct tuntap_softc *tp);
224 static void tun_unbusy(struct tuntap_softc *tp);
349 tun_busy_locked(struct tuntap_softc *tp) in tun_busy_locked()
368 tun_unbusy_locked(struct tuntap_softc *tp) in tun_unbusy_locked()
381 tun_busy(struct tuntap_softc *tp) in tun_busy()
[all …]