Searched refs:unp_dhead (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);2434 LIST_INIT(&unp_dhead); in unp_init()
1937 print(GetUnixDomainPcbInfo(addressof(kern.globals.unp_dhead), "dgram"))