sys/net/if_gre.c
1405
static inline struct nvgre_softc *
sys/net/if_gre.c
1408
struct nvgre_softc *sc;
sys/net/if_gre.c
1433
static inline struct nvgre_softc *
sys/net/if_gre.c
1438
(struct nvgre_softc *)key));
sys/net/if_gre.c
1445
struct nvgre_softc *sc;
sys/net/if_gre.c
2619
struct nvgre_softc *sc = ifp->if_softc;
sys/net/if_gre.c
3489
nvgre_up(struct nvgre_softc *sc)
sys/net/if_gre.c
3559
nvgre_down(struct nvgre_softc *sc)
sys/net/if_gre.c
3613
struct nvgre_softc *sc = arg;
sys/net/if_gre.c
3625
nvgre_set_parent(struct nvgre_softc *sc, const char *parent)
sys/net/if_gre.c
3648
nvgre_add_addr(struct nvgre_softc *sc, const struct ifbareq *ifba)
sys/net/if_gre.c
3718
nvgre_del_addr(struct nvgre_softc *sc, const struct ifbareq *ifba)
sys/net/if_gre.c
3726
struct nvgre_softc *sc = ifp->if_softc;
sys/net/if_gre.c
3802
nvgre_send4(struct nvgre_softc *sc, struct mbuf_list *ml)
sys/net/if_gre.c
3824
nvgre_send6(struct nvgre_softc *sc, struct mbuf_list *ml)
sys/net/if_gre.c
3848
struct nvgre_softc *sc = arg;
sys/net/if_gre.c
407
RBT_ENTRY(nvgre_softc) sc_uentry;
sys/net/if_gre.c
408
RBT_ENTRY(nvgre_softc) sc_mentry;
sys/net/if_gre.c
423
RBT_HEAD(nvgre_ucast_tree, nvgre_softc);
sys/net/if_gre.c
424
RBT_HEAD(nvgre_mcast_tree, nvgre_softc);
sys/net/if_gre.c
427
nvgre_cmp_ucast(const struct nvgre_softc *,
sys/net/if_gre.c
4271
nvgre_cmp_ucast(const struct nvgre_softc *na, const struct nvgre_softc *nb)
sys/net/if_gre.c
428
const struct nvgre_softc *);
sys/net/if_gre.c
4312
nvgre_cmp_mcast_sc(const struct nvgre_softc *na, const struct nvgre_softc *nb)
sys/net/if_gre.c
4321
RBT_GENERATE(nvgre_ucast_tree, nvgre_softc, sc_uentry, nvgre_cmp_ucast);
sys/net/if_gre.c
4322
RBT_GENERATE(nvgre_mcast_tree, nvgre_softc, sc_mentry, nvgre_cmp_mcast_sc);
sys/net/if_gre.c
435
nvgre_cmp_mcast_sc(const struct nvgre_softc *,
sys/net/if_gre.c
436
const struct nvgre_softc *);
sys/net/if_gre.c
4369
struct nvgre_softc *sc = arg;
sys/net/if_gre.c
438
RBT_PROTOTYPE(nvgre_ucast_tree, nvgre_softc, sc_uentry, nvgre_cmp_ucast);
sys/net/if_gre.c
439
RBT_PROTOTYPE(nvgre_mcast_tree, nvgre_softc, sc_mentry, nvgre_cmp_mcast_sc);
sys/net/if_gre.c
4400
struct nvgre_softc *sc = arg;
sys/net/if_gre.c
4408
struct nvgre_softc *sc = arg;
sys/net/if_gre.c
447
static int nvgre_up(struct nvgre_softc *);
sys/net/if_gre.c
448
static int nvgre_down(struct nvgre_softc *);
sys/net/if_gre.c
449
static int nvgre_set_parent(struct nvgre_softc *, const char *);
sys/net/if_gre.c
457
static int nvgre_add_addr(struct nvgre_softc *, const struct ifbareq *);
sys/net/if_gre.c
458
static int nvgre_del_addr(struct nvgre_softc *, const struct ifbareq *);
sys/net/if_gre.c
824
struct nvgre_softc *sc;
sys/net/if_gre.c
883
struct nvgre_softc *sc = ifp->if_softc;