Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c158 for (mpp = &sti->sti_conn_ind_head; (mp = *mpp) != NULL; in so_sock2stream()
261 while ((mp = sti->sti_conn_ind_head) != NULL) { in so_sock2stream()
262 sti->sti_conn_ind_head = mp->b_next; in so_sock2stream()
264 if (sti->sti_conn_ind_head == NULL) { in so_sock2stream()
1124 if (sti->sti_conn_ind_head == NULL) { in soqueueconnind()
1125 sti->sti_conn_ind_head = mp; in soqueueconnind()
1159 if (sti->sti_conn_ind_head == NULL) { in sowaitconnind()
1176 mp = sti->sti_conn_ind_head; in sowaitconnind()
1177 sti->sti_conn_ind_head = mp->b_next; in sowaitconnind()
1179 if (sti->sti_conn_ind_head == NULL) { in sowaitconnind()
[all …]
H A Dsocktpi.h163 mblk_t *sti_conn_ind_head; /* b_next list of T_CONN_IND */ member
H A Dsocktpi.c6276 if (sti->sti_conn_ind_head != NULL) in sotpi_poll()
6591 sti->sti_conn_ind_head = NULL; in i_sotpi_info_constructor()
6616 ASSERT(sti->sti_conn_ind_head == NULL); in i_sotpi_info_destructor()
6699 ASSERT(sti->sti_conn_ind_head == NULL); in sotpi_info_init()
6714 if ((mp = sti->sti_conn_ind_head) != NULL) { in sotpi_info_fini()
6723 sti->sti_conn_ind_head = sti->sti_conn_ind_tail = NULL; in sotpi_info_fini()