Searched refs:sti_eaddr_mp (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.h160 mblk_t *sti_eaddr_mp; /* for so_delayed_error */ member in struct:sotpi_info
H A Dsocktpi.c4292 ASSERT(sti->sti_eaddr_mp);
4296 (struct T_uderror_ind *)sti->sti_eaddr_mp->b_rptr;
4298 addr = sogetoff(sti->sti_eaddr_mp,
4335 freemsg(sti->sti_eaddr_mp);
4336 sti->sti_eaddr_mp = NULL;
4346 freemsg(sti->sti_eaddr_mp);
4347 sti->sti_eaddr_mp = NULL;
6651 sti->sti_eaddr_mp = NULL;
6724 if ((mp = sti->sti_eaddr_mp) != NULL) {
6726 sti->sti_eaddr_mp
[all...]
H A Dsockstr.c2501 * record the T_UDERROR_IND sti_eaddr_mp and the reason in
2513 if (sti->sti_eaddr_mp != NULL)
2514 freemsg(sti->sti_eaddr_mp);
2516 sti->sti_eaddr_mp = mp;

Completed in 116 milliseconds