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

  /src/sys/net/npf/
if_npflog.c 63 } npflog_softc_t; typedef in typeref:struct:npflog_softc
83 npflog_softc_t *sc;
94 npflog_softc_t *sc = ifp->if_softc;
113 npflog_softc_t *sc;
116 sc = kmem_zalloc(sizeof(npflog_softc_t), KM_SLEEP);
140 npflog_softc_t *sc = ifp->if_softc;
149 kmem_free(sc, sizeof(npflog_softc_t));
if_npflog.c 63 } npflog_softc_t; typedef in typeref:struct:npflog_softc
83 npflog_softc_t *sc;
94 npflog_softc_t *sc = ifp->if_softc;
113 npflog_softc_t *sc;
116 sc = kmem_zalloc(sizeof(npflog_softc_t), KM_SLEEP);
140 npflog_softc_t *sc = ifp->if_softc;
149 kmem_free(sc, sizeof(npflog_softc_t));

Completed in 123 milliseconds