Searched refs:gre_softc (Results 1 – 4 of 4) sorted by relevance
63 struct gre_softc { struct65 LIST_ENTRY(gre_softc) gre_list; argument105 int in_gre_attach(struct gre_softc *); argument109 int in6_gre_attach(struct 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()[all …]
87 struct gre_softc *sc; in in6_gre_encapcheck()90 sc = (struct gre_softc *)arg; in in6_gre_encapcheck()137 in6_gre_attach(struct gre_softc *sc) in in6_gre_attach()
93 struct gre_softc *sc; in in_gre_encapcheck()96 sc = (struct gre_softc *)arg; in in_gre_encapcheck()158 in_gre_attach(struct gre_softc *sc) in in_gre_attach()