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

  /src/sys/net/npf/
npf_ext_log.c 63 } npf_ext_log_t; typedef in typeref:struct:__anon21f9eeea0108
68 npf_ext_log_t *meta;
70 meta = kmem_zalloc(sizeof(npf_ext_log_t), KM_SLEEP);
79 kmem_free(meta, sizeof(npf_ext_log_t));
86 const npf_ext_log_t *log = meta;
npf_ext_log.c 63 } npf_ext_log_t; typedef in typeref:struct:__anon21f9eeea0108
68 npf_ext_log_t *meta;
70 meta = kmem_zalloc(sizeof(npf_ext_log_t), KM_SLEEP);
79 kmem_free(meta, sizeof(npf_ext_log_t));
86 const npf_ext_log_t *log = meta;

Completed in 22 milliseconds