Searched refs:sti_next_so (Results 1 – 4 of 4) sorted by relevance
219 struct sonode *sti_next_so; /* next sonode on socklist */ member
6333 sti->sti_next_so = socklist.sl_list; in socktpi_unix_constructor()6335 if (sti->sti_next_so != NULL) in socktpi_unix_constructor()6336 SOTOTPI(sti->sti_next_so)->sti_prev_so = so; in socktpi_unix_constructor()6353 if (sti->sti_next_so != NULL) in socktpi_unix_destructor()6354 SOTOTPI(sti->sti_next_so)->sti_prev_so = sti->sti_prev_so; in socktpi_unix_destructor()6356 SOTOTPI(sti->sti_prev_so)->sti_next_so = sti->sti_next_so; in socktpi_unix_destructor()6358 socklist.sl_list = sti->sti_next_so; in socktpi_unix_destructor()
1759 for (so = socklist.sl_list; so != NULL; so = SOTOTPI(so)->sti_next_so) { in sockfs_update()1794 for (so = socklist.sl_list; so != NULL; so = SOTOTPI(so)->sti_next_so) { in sockfs_snapshot()
256 wsp->walk_addr = (uintptr_t)stp->st_info.sti_next_so; in sonode_walk_step()