Symbol: tuntap_softc
sys/net/if_tuntap.c
1015
struct tuntap_softc *tp;
sys/net/if_tuntap.c
1077
struct tuntap_softc *tp;
sys/net/if_tuntap.c
1127
struct tuntap_softc *tp;
sys/net/if_tuntap.c
120
TAILQ_ENTRY(tuntap_softc) tun_list;
sys/net/if_tuntap.c
1222
struct tuntap_softc *tp;
sys/net/if_tuntap.c
1320
struct tuntap_softc *tp = ifp->if_softc;
sys/net/if_tuntap.c
1355
struct tuntap_softc *tp;
sys/net/if_tuntap.c
1357
tp = (struct tuntap_softc *)xtp;
sys/net/if_tuntap.c
1370
TUN_LOCK_ASSERT((struct tuntap_softc *)ifp->if_softc);
sys/net/if_tuntap.c
1390
struct tuntap_softc *tp = ifp->if_softc;
sys/net/if_tuntap.c
1427
struct tuntap_softc *tp;
sys/net/if_tuntap.c
1513
struct tuntap_softc *tp = ifp->if_softc;
sys/net/if_tuntap.c
1602
struct tuntap_softc *tp = dev->si_drv1;
sys/net/if_tuntap.c
1828
struct tuntap_softc *tp = dev->si_drv1;
sys/net/if_tuntap.c
1885
tunwrite_l2(struct tuntap_softc *tp, struct mbuf *m,
sys/net/if_tuntap.c
195
static TAILQ_HEAD(,tuntap_softc) tunhead = TAILQ_HEAD_INITIALIZER(tunhead);
sys/net/if_tuntap.c
1961
tunwrite_l3(struct tuntap_softc *tp, struct mbuf *m)
sys/net/if_tuntap.c
2018
struct tuntap_softc *tp;
sys/net/if_tuntap.c
2084
struct tuntap_softc *tp = dev->si_drv1;
sys/net/if_tuntap.c
2112
struct tuntap_softc *tp = dev->si_drv1;
sys/net/if_tuntap.c
2147
struct tuntap_softc *tp = kn->kn_hook;
sys/net/if_tuntap.c
2172
struct tuntap_softc *tp = kn->kn_hook;
sys/net/if_tuntap.c
2183
struct tuntap_softc *tp = kn->kn_hook;
sys/net/if_tuntap.c
221
static int tun_busy_locked(struct tuntap_softc *tp);
sys/net/if_tuntap.c
222
static void tun_unbusy_locked(struct tuntap_softc *tp);
sys/net/if_tuntap.c
223
static int tun_busy(struct tuntap_softc *tp);
sys/net/if_tuntap.c
224
static void tun_unbusy(struct tuntap_softc *tp);
sys/net/if_tuntap.c
349
tun_busy_locked(struct tuntap_softc *tp)
sys/net/if_tuntap.c
368
tun_unbusy_locked(struct tuntap_softc *tp)
sys/net/if_tuntap.c
381
tun_busy(struct tuntap_softc *tp)
sys/net/if_tuntap.c
392
tun_unbusy(struct tuntap_softc *tp)
sys/net/if_tuntap.c
557
struct tuntap_softc *tp;
sys/net/if_tuntap.c
637
struct tuntap_softc *tp;
sys/net/if_tuntap.c
639
tp = __containerof(ctx, struct tuntap_softc, tun_epoch_ctx);
sys/net/if_tuntap.c
647
tun_destroy(struct tuntap_softc *tp, bool may_intr)
sys/net/if_tuntap.c
715
struct tuntap_softc *tp = ifp->if_softc;
sys/net/if_tuntap.c
741
struct tuntap_softc *tp;
sys/net/if_tuntap.c
872
struct tuntap_softc *tp;
sys/net/if_tuntap.c
912
struct tuntap_softc *tp = ifp->if_softc;
sys/net/if_tuntap.c
948
struct tuntap_softc *tp = ifp->if_softc;