Searched refs:unp_shead (Results 1 – 2 of 2) sorted by relevance
137 static struct unp_head unp_shead, unp_dhead; variable993 &unp_dhead : &unp_shead, unp, unp_link); in unp_attach()1767 head = ((intptr_t)arg1 == SOCK_DGRAM ? &unp_dhead : &unp_shead);1898 head = ((intptr_t)arg1 == SOCK_DGRAM ? &unp_dhead : &unp_shead);2060 head = ((intptr_t)arg1 == SOCK_DGRAM ? &unp_dhead : &unp_shead);2435 LIST_INIT(&unp_shead); in unp_init()
1938 print(GetUnixDomainPcbInfo(addressof(kern.globals.unp_shead), "stream"))