gre_softc
static int gre_compute_route(struct gre_softc *sc, struct route *);
static int gre_check_route(struct gre_softc *sc);
struct gre_softc *sc;
sc = kmalloc(sizeof(struct gre_softc), M_GRE, M_WAITOK);
memset(sc, 0, sizeof(struct gre_softc));
struct gre_softc *sc = ifp->if_softc;
struct gre_softc *sc = ifp->if_softc;
struct gre_softc *sc = ifp->if_softc;
gre_compute_route(struct gre_softc *sc, struct route *ro)
struct gre_softc *sc = msg->base.lmsg.u.ms_resultp;
gre_check_route(struct gre_softc *sc)
LIST_HEAD(gre_softc_head, gre_softc);
LIST_ENTRY(gre_softc) sc_list;
struct gre_softc *sc;
struct gre_softc *sc;
static struct gre_softc *
struct gre_softc *sc;
static struct gre_softc *gre_lookup(struct mbuf *, u_int8_t);