Searched refs:tun_softc (Results 1 – 2 of 2) sorted by relevance
69 static LIST_HEAD(, tun_softc) tun_softc_list;70 static LIST_HEAD(, tun_softc) tunz_softc_list;82 static void tunattach0(struct tun_softc *);83 static void tun_enable(struct tun_softc *, const struct ifaddr *);89 static struct tun_softc *tun_find_unit(dev_t);90 static struct tun_softc *tun_find_zunit(int);168 static struct tun_softc *171 struct tun_softc *tp; in tun_find_unit()189 static struct tun_softc *192 struct tun_softc *tp; in tun_find_zunit()[all …]
35 struct tun_softc { struct58 LIST_ENTRY(tun_softc) tun_list; /* list of all tuns */ argument