Lines Matching refs:gre_softc
102 static VNET_DEFINE(LIST_HEAD(, gre_softc), gre_softc_list);
118 static void gre_updatehdr(struct gre_softc *);
167 struct gre_softc *sc; in gre_clone_create()
169 sc = malloc(sizeof(struct gre_softc), M_GRE, M_WAITOK | M_ZERO); in gre_clone_create()
195 struct gre_softc *sc; in gre_clone_destroy()
219 struct gre_softc *sc; in gre_ioctl()
505 gre_updatehdr(struct gre_softc *sc) in gre_updatehdr()
556 gre_detach(struct gre_softc *sc) in gre_detach()
569 struct gre_softc *sc, *tsc; in gre_set_tunnel()
663 struct gre_softc *sc = ifp->if_softc; in gre_delete_tunnel()
681 struct gre_softc *sc; in gre_input()
873 struct gre_softc *sc;