HomeSort by: relevance | last modified time | path
    Searched defs:gre_input (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 *);
409 if (gre_input(sc, m, &gh) == 0) {
787 gre_input(struct gre_softc *sc, struct mbuf *m, const struct gre_h *gh) function in typeref:typename:int
if_gre.c 156 static int gre_input(struct gre_softc *, struct mbuf *, const struct gre_h *);
409 if (gre_input(sc, m, &gh) == 0) {
787 gre_input(struct gre_softc *sc, struct mbuf *m, const struct gre_h *gh) function in typeref:typename:int

Completed in 24 milliseconds