Searched refs:unp_shead (Results 1 – 2 of 2) sorted by relevance
137 static struct unp_head unp_shead, unp_dhead; variable1023 &unp_dhead : &unp_shead, unp, unp_link); in unp_attach()1798 head = ((intptr_t)arg1 == SOCK_DGRAM ? &unp_dhead : &unp_shead);1931 head = ((intptr_t)arg1 == SOCK_DGRAM ? &unp_dhead : &unp_shead);2097 head = ((intptr_t)arg1 == SOCK_DGRAM ? &unp_dhead : &unp_shead);2478 LIST_INIT(&unp_shead); in unp_init()
1895 print(GetUnixDomainPcbInfo(addressof(kern.globals.unp_shead), "stream"))