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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.h152 mblk_t *sti_ack_mp; /* TPI ack received from below */ member in struct:sotpi_info
H A Dsockstr.c249 freemsg(sti->sti_ack_mp);
250 sti->sti_ack_mp = NULL;
1033 * Queue a received TPI ack message on sti_ack_mp.
1049 if (sti->sti_ack_mp != NULL) {
1050 dprintso(so, 1, ("sti_ack_mp already set\n"));
1051 freemsg(sti->sti_ack_mp);
1052 sti->sti_ack_mp = NULL;
1054 sti->sti_ack_mp = mp;
1069 while (sti->sti_ack_mp == NULL) {
1087 *mpp = sti->sti_ack_mp;
[all...]
H A Dsocktpi.c6617 sti->sti_ack_mp = NULL;
6642 ASSERT(sti->sti_ack_mp == NULL);
6726 ASSERT(sti->sti_ack_mp == NULL);
6784 if ((mp = sti->sti_ack_mp) != NULL) {
6786 sti->sti_ack_mp = NULL;

Completed in 74 milliseconds