Home
last modified time | relevance | path

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

/mirbsd/src/sys/net/
Dif_tun.c95 struct tun_softc { struct
104 LIST_ENTRY(tun_softc) tun_list; /* all tunnel interfaces */ argument
131 struct tun_softc *tun_lookup(int);
132 void tun_wakeup(struct tun_softc *);
133 int tun_switch(struct tun_softc *, int);
135 static int tuninit(struct tun_softc *);
148 LIST_HEAD(, tun_softc) tun_softc_list;
169 struct tun_softc *tp; in tun_create()
229 struct tun_softc *tp = ifp->if_softc; in tun_clone_destroy()
252 struct tun_softc *
[all …]