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