Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDuipc_usrreq.c118 static struct unp_head unp_dhead; /* (l) List of datagram sockets. */ variable
443 LIST_INSERT_HEAD(&unp_dhead, unp, unp_link); in uipc_attach()
1555 head = &unp_dhead; in unp_pcblist()
1862 LIST_INIT(&unp_dhead); in unp_init()
2252 struct unp_head *heads[] = { &unp_dhead, &unp_shead, &unp_sphead, in unp_gc()