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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.h163 mblk_t *sti_conn_ind_head; /* b_next list of T_CONN_IND */ member in struct:sotpi_info
H A Dsockstr.c158 for (mpp = &sti->sti_conn_ind_head; (mp = *mpp) != NULL;
261 while ((mp = sti->sti_conn_ind_head) != NULL) {
262 sti->sti_conn_ind_head = mp->b_next;
264 if (sti->sti_conn_ind_head == NULL) {
1108 * Queue a received T_CONN_IND message on sti_conn_ind_head/tail.
1124 if (sti->sti_conn_ind_head == NULL) {
1125 sti->sti_conn_ind_head = mp;
1159 if (sti->sti_conn_ind_head == NULL) {
1176 mp = sti->sti_conn_ind_head;
1177 sti->sti_conn_ind_head
[all...]
H A Dsocktpi.c6282 * T_CONN_IND msgs on sti_conn_ind_head and set appropriate events
6295 * proceeded past the sti_conn_ind_head check below.
6307 if (sti->sti_conn_ind_head != NULL)
6622 sti->sti_conn_ind_head = NULL;
6647 ASSERT(sti->sti_conn_ind_head == NULL);
6730 ASSERT(sti->sti_conn_ind_head == NULL);
6745 if ((mp = sti->sti_conn_ind_head) != NULL) {
6754 sti->sti_conn_ind_head = sti->sti_conn_ind_tail = NULL;

Completed in 89 milliseconds