Searched refs:unp_shead (Results 1 – 1 of 1) sorted by relevance
112 static struct unp_head unp_shead; /* (l) List of stream sockets. */ variable495 LIST_INSERT_HEAD(&unp_shead, unp, unp_link); in uipc_attach()1671 LIST_FOREACH(unp, &unp_shead, unp_link) { in uipc_ready()2240 head = &unp_shead; in unp_pcblist()2580 LIST_INIT(&unp_shead); in unp_init()3101 struct unp_head *heads[] = { &unp_dhead, &unp_shead, &unp_sphead, in unp_gc()