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

  /src/sys/net/npf/
npf_alg.c 73 npf_algset_t *aset;
75 aset = kmem_zalloc(sizeof(npf_algset_t), KM_SLEEP);
82 npf_algset_t *aset = npf->algset;
84 kmem_free(aset, sizeof(npf_algset_t));
90 npf_algset_t *aset = npf->algset;
132 npf_algset_t *aset = npf->algset;
182 npf_algset_t *aset = npf->algset;
222 npf_algset_t *aset = npf->algset;
258 npf_algset_t *aset = npf->algset;
297 npf_algset_t *aset = npf->algset
    [all...]
npf_impl.h 97 typedef struct npf_algset npf_algset_t; typedef in typeref:struct:npf_algset
242 npf_algset_t * algset;

Completed in 37 milliseconds