Searched refs:unp_dhead (Results 1 – 1 of 1) sorted by relevance
115 static struct unp_head unp_dhead; /* (l) List of datagram sockets. */ variable545 LIST_INSERT_HEAD(&unp_dhead, unp, unp_link); in uipc_attach()3310 head = &unp_dhead; in unp_pcblist()3643 LIST_INIT(&unp_dhead); in unp_init()4126 struct unp_head *heads[] = { &unp_dhead, &unp_shead, &unp_sphead, in unp_gc()