Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Duipc_usrreq.c118 static struct unp_head unp_dhead; /* (l) List of datagram sockets. */ variable
570 LIST_INSERT_HEAD(&unp_dhead, unp, unp_link); in uipc_attach()
1811 head = &unp_dhead; in unp_pcblist()
2163 LIST_INIT(&unp_dhead); in unp_init()
2652 struct unp_head *heads[] = { &unp_dhead, &unp_shead, &unp_sphead, in unp_gc()