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

/illumos-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.c4324 ASSERT(sti->sti_eaddr_mp);
4328 (struct T_uderror_ind *)sti->sti_eaddr_mp->b_rptr;
4330 addr = sogetoff(sti->sti_eaddr_mp,
4367 freemsg(sti->sti_eaddr_mp);
4368 sti->sti_eaddr_mp = NULL;
4378 freemsg(sti->sti_eaddr_mp);
4379 sti->sti_eaddr_mp = NULL;
6705 sti->sti_eaddr_mp = NULL;
6778 if ((mp = sti->sti_eaddr_mp) != NULL) {
6780 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 59 milliseconds