Searched refs:unp_shead (Results 1 – 1 of 1) sorted by relevance
117 static struct unp_head unp_shead; /* (l) List of stream sockets. */ variable566 LIST_INSERT_HEAD(&unp_shead, unp, unp_link); in uipc_attach()1251 LIST_FOREACH(unp, &unp_shead, unp_link) { in uipc_ready()1807 head = &unp_shead; in unp_pcblist()2164 LIST_INIT(&unp_shead); in unp_init()2652 struct unp_head *heads[] = { &unp_dhead, &unp_shead, &unp_sphead, in unp_gc()