Searched refs:sti_next_so (Results 1 – 4 of 4) sorted by relevance
225 struct sonode *sti_next_so; /* next sonode on socklist */ member
6268 sti->sti_next_so = socklist.sl_list; in socktpi_unix_constructor()6270 if (sti->sti_next_so != NULL) in socktpi_unix_constructor()6271 SOTOTPI(sti->sti_next_so)->sti_prev_so = so; in socktpi_unix_constructor()6288 if (sti->sti_next_so != NULL) in socktpi_unix_destructor()6289 SOTOTPI(sti->sti_next_so)->sti_prev_so = sti->sti_prev_so; in socktpi_unix_destructor()6291 SOTOTPI(sti->sti_prev_so)->sti_next_so = sti->sti_next_so; in socktpi_unix_destructor()6293 socklist.sl_list = sti->sti_next_so; in socktpi_unix_destructor()
1824 for (so = socklist.sl_list; so != NULL; so = SOTOTPI(so)->sti_next_so) { in sockfs_update()1859 for (so = socklist.sl_list; so != NULL; so = SOTOTPI(so)->sti_next_so) { in sockfs_snapshot()
262 wsp->walk_addr = (uintptr_t)stp->st_info.sti_next_so; in sonode_walk_step()