Searched refs:sti_discon_ind_mp (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.h221 mblk_t *sti_discon_ind_mp; /* T_DISCON_IND received from below */ member in struct:sotpi_info
H A Dsockstr.c253 * Flush the T_DISCON_IND on sti_discon_ind_mp.
339 * Flush the T_DISCON_IND on sti_discon_ind_mp.
1410 * from below on sti_discon_ind_mp.
1425 * Currently the earlier message can either be on sti_discon_ind_mp
1428 if (sti->sti_discon_ind_mp != NULL || (so->so_flag & SOASYNC_UNBIND)) {
1436 sti->sti_discon_ind_mp = mp;
1442 * Perform delayed processing of T_DISCON_IND message on sti_discon_ind_mp.
1456 /* Process T_DISCON_IND on sti_discon_ind_mp */
1457 if ((bp = sti->sti_discon_ind_mp) != NULL) {
1458 sti->sti_discon_ind_mp
[all...]
H A Dsocktpi.c5762 * Flush the T_DISCON_IND on sti_discon_ind_mp.
6618 sti->sti_discon_ind_mp = NULL;
6643 ASSERT(sti->sti_discon_ind_mp == NULL);
6743 ASSERT(sti->sti_discon_ind_mp == NULL);
H A Dsocksubr.c340 * Process the T_DISCON_IND on sti_discon_ind_mp.
348 if (sti->sti_discon_ind_mp != NULL)

Completed in 78 milliseconds