HomeSort by: relevance | last modified time | path
    Searched refs:gre_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
if_gre.c 156 static int gre_input(struct gre_softc *, struct mbuf *, const struct gre_h *);
168 static struct socket *gre_reconf(struct gre_softc *, const struct gre_soparm *);
170 static bool gre_fp_send(struct gre_softc *, enum gre_msg, file_t *);
171 static bool gre_fp_recv(struct gre_softc *);
219 struct gre_softc *sc = (struct gre_softc *)arg;
237 gre_fp_wait(struct gre_softc *sc)
245 gre_evcnt_detach(struct gre_softc *sc)
258 gre_evcnt_attach(struct gre_softc *sc)
281 struct gre_softc *sc
    [all...]
if_gre.h 84 struct gre_softc { struct

Completed in 11 milliseconds