Searched refs:npf_ext_log_t (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/net/npf/
H A Dnpf_ext_log.c63 } npf_ext_log_t; typedef in typeref:struct:__anon31
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 385 milliseconds