Searched refs:sti_prev_so (Results 1 – 2 of 2) sorted by relevance
220 struct sonode *sti_prev_so; /* previous sonode on socklist */ member
6334 sti->sti_prev_so = NULL; in socktpi_unix_constructor()6336 SOTOTPI(sti->sti_next_so)->sti_prev_so = so; in socktpi_unix_constructor()6354 SOTOTPI(sti->sti_next_so)->sti_prev_so = sti->sti_prev_so; in socktpi_unix_destructor()6355 if (sti->sti_prev_so != NULL) in socktpi_unix_destructor()6356 SOTOTPI(sti->sti_prev_so)->sti_next_so = sti->sti_next_so; in socktpi_unix_destructor()