Home | History | Annotate | Download | only in net

Lines Matching refs:tun_softc

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;
208 tun_init(struct tun_softc *tp, int unit)
222 tun_fini(struct tun_softc *tp)
234 static struct tun_softc *
237 struct tun_softc *tp;
246 tun_recycle(struct tun_softc *tp)
253 tun_free(struct tun_softc *tp)
263 struct tun_softc *tp;
283 tunattach0(struct tun_softc *tp)
309 struct tun_softc *tp = (void *)ifp;
350 struct tun_softc *tp;
391 struct tun_softc *tp;
444 tun_enable(struct tun_softc *tp, const struct ifaddr *ifa)
500 struct tun_softc *tp = (struct tun_softc *)(ifp->if_softc);
557 struct tun_softc *tp = ifp->if_softc;
660 struct tun_softc *tp = cookie;
670 struct tun_softc *tp = cookie;
683 struct tun_softc *tp;
788 struct tun_softc *tp;
854 struct tun_softc *tp;
1007 struct tun_softc *tp = ifp->if_softc;
1031 struct tun_softc *tp;
1066 struct tun_softc *tp = kn->kn_hook;
1076 struct tun_softc *tp = kn->kn_hook;
1109 struct tun_softc *tp;