sys/net/if_gre.c
1032
struct mgre_softc *sc;
sys/net/if_gre.c
1035
sc = RBT_FIND(mgre_tree, &mgre_tree, (const struct mgre_softc *)key);
sys/net/if_gre.c
1719
struct mgre_softc *sc = ifp->if_softc;
sys/net/if_gre.c
1836
struct mgre_softc *sc = ifp->if_softc;
sys/net/if_gre.c
2340
struct mgre_softc *sc = ifp->if_softc;
sys/net/if_gre.c
2434
mgre_set_tunnel(struct mgre_softc *sc, struct if_laddrreq *req)
sys/net/if_gre.c
2492
mgre_get_tunnel(struct mgre_softc *sc, struct if_laddrreq *req)
sys/net/if_gre.c
327
RBT_ENTRY(mgre_softc) sc_entry;
sys/net/if_gre.c
332
RBT_HEAD(mgre_tree, mgre_softc);
sys/net/if_gre.c
335
mgre_cmp(const struct mgre_softc *, const struct mgre_softc *);
sys/net/if_gre.c
337
RBT_PROTOTYPE(mgre_tree, mgre_softc, sc_entry, mgre_cmp);
sys/net/if_gre.c
3396
mgre_up(struct mgre_softc *sc)
sys/net/if_gre.c
3431
mgre_down(struct mgre_softc *sc)
sys/net/if_gre.c
351
static int mgre_set_tunnel(struct mgre_softc *, struct if_laddrreq *);
sys/net/if_gre.c
352
static int mgre_get_tunnel(struct mgre_softc *, struct if_laddrreq *);
sys/net/if_gre.c
353
static int mgre_up(struct mgre_softc *);
sys/net/if_gre.c
354
static int mgre_down(struct mgre_softc *);
sys/net/if_gre.c
4226
mgre_cmp(const struct mgre_softc *a, const struct mgre_softc *b)
sys/net/if_gre.c
4231
RBT_GENERATE(mgre_tree, mgre_softc, sc_entry, mgre_cmp);
sys/net/if_gre.c
710
struct mgre_softc *sc;
sys/net/if_gre.c
752
struct mgre_softc *sc = ifp->if_softc;