Home
last modified time | relevance | path

Searched refs:npf_ext_log_id (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/net/npf/
Dnpf_ext_log.c59 static void * npf_ext_log_id; variable
164 npf_ext_log_id = npf_ext_register(npf, "log", &npf_log_ops); in npf_ext_log_init()
165 return npf_ext_log_id ? 0 : EEXIST; in npf_ext_log_init()
171 return npf_ext_unregister(npf, npf_ext_log_id); in npf_ext_log_fini()