HomeSort by: relevance | last modified time | path
    Searched refs:tun_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
if_tun.h 35 struct tun_softc { struct
58 LIST_ENTRY(tun_softc) tun_list; /* list of all tuns */
if_tun.c 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;
189 static struct tun_softc *
192 struct tun_softc *tp
    [all...]

Completed in 88 milliseconds