HomeSort by: relevance | last modified time | path
    Searched defs:gre_reconf (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/net/
if_gre.c 168 static struct socket *gre_reconf(struct gre_softc *, const struct gre_soparm *);
350 /* Note that we must not hold the mutex while we call gre_reconf(). */
351 gre_reconf(sc, NULL);
744 gre_reconf(struct gre_softc *sc, const struct gre_soparm *newsoparm) function in typeref:struct:socket *
1364 gre_reconf(sc, sp);

Completed in 11 milliseconds