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

  /src/sys/net/npf/
npf_rproc.c 56 } npf_ext_t; typedef in typeref:struct:npf_ext
72 npf_ext_t * rp_ext[RPROC_EXT_COUNT];
101 static npf_ext_t *
104 npf_ext_t *ext;
132 npf_ext_t *ext;
134 ext = kmem_zalloc(sizeof(npf_ext_t), KM_SLEEP);
141 kmem_free(ext, sizeof(npf_ext_t));
153 npf_ext_t *ext = extid;
171 kmem_free(ext, sizeof(npf_ext_t));
180 npf_ext_t *ext
    [all...]
npf_rproc.c 56 } npf_ext_t; typedef in typeref:struct:npf_ext
72 npf_ext_t * rp_ext[RPROC_EXT_COUNT];
101 static npf_ext_t *
104 npf_ext_t *ext;
132 npf_ext_t *ext;
134 ext = kmem_zalloc(sizeof(npf_ext_t), KM_SLEEP);
141 kmem_free(ext, sizeof(npf_ext_t));
153 npf_ext_t *ext = extid;
171 kmem_free(ext, sizeof(npf_ext_t));
180 npf_ext_t *ext
    [all...]

Completed in 25 milliseconds