Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Duipc_usrreq.c113 static struct unp_head unp_dhead; /* (l) List of datagram sockets. */ variable
499 LIST_INSERT_HEAD(&unp_dhead, unp, unp_link); in uipc_attach()
2221 head = &unp_dhead; in unp_pcblist()
2556 LIST_INIT(&unp_dhead); in unp_init()
3077 struct unp_head *heads[] = { &unp_dhead, &unp_shead, &unp_sphead, in unp_gc()