Searched refs:NLP_LOCK_INIT (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netlink/ | ||
H A D | netlink_var.h | 82 #define NLP_LOCK_INIT(_nlp) mtx_init(&((_nlp)->nl_lock), "nlp mtx", NULL, MTX_DEF) macro |
H A D | netlink_domain.c | 348 NLP_LOCK_INIT(nlp); in nl_attach() |