Home
last modified time | relevance | path

Searched refs:origsp (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c332 struct sockparams *origsp; in sotpi_destroy() local
341 origsp = SOTOTPI(so)->sti_orig_sp; in sotpi_destroy()
353 ASSERT(origsp != NULL); in sotpi_destroy()
355 origsp->sp_smod_info->smod_sock_destroy_func(so); in sotpi_destroy()
356 SOCKPARAMS_DEC_REF(origsp); in sotpi_destroy()
6393 struct sockparams *origsp = so->so_sockparams; in sotpi_convert_sonode() local
6427 sti->sti_orig_sp = origsp; in sotpi_convert_sonode()