Home
last modified time | relevance | path

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

/freebsd/sys/netlink/
H A Dnetlink_glue.c199 .nl_get_thread_nlp = nl_get_thread_nlp_stub,
286 nl_get_thread_nlp(struct thread *td) in nl_get_thread_nlp() function
288 return (_nl->nl_get_thread_nlp(td)); in nl_get_thread_nlp()
H A Dnetlink_ctl.h112 nl_get_thread_nlp(struct thread *td) in nl_get_thread_nlp() function
119 struct nlpcb *nl_get_thread_nlp(struct thread *td);
H A Dnetlink_module.c158 .nl_get_thread_nlp = _nl_get_thread_nlp,
H A Dnetlink_var.h174 struct nlpcb * (*nl_get_thread_nlp)(struct thread *td); member