Searched refs:sctp_xmit_unsent (Results 1 – 9 of 9) sorted by relevance
285 if (sctp->sctp_xmit_unsent == NULL) { in sctp_sendmsg()286 sctp->sctp_xmit_unsent = sctp->sctp_xmit_unsent_tail = mproto; in sctp_sendmsg()330 mblk_t *mdblk = sctp->sctp_xmit_unsent; in sctp_chunkify()353 next_msg_hdr = (sctp_msg_hdr_t *)sctp->sctp_xmit_unsent->b_rptr; in sctp_chunkify()388 sctp->sctp_xmit_unsent = mdblk->b_next; in sctp_chunkify()389 if (sctp->sctp_xmit_unsent == NULL) in sctp_chunkify()506 sctp->sctp_xmit_unsent = mdblk->b_next; in sctp_chunkify()522 if (bytes_to_send > 0 && sctp->sctp_xmit_unsent != NULL) { in sctp_chunkify()523 mdblk = sctp->sctp_xmit_unsent; in sctp_chunkify()906 if (cansend > 0 && sctp->sctp_xmit_unsent != NULL) { in sctp_get_msg_to_send()[all …]
83 if (sctp->sctp_xmit_head != NULL || sctp->sctp_xmit_unsent != NULL) { in sctp_send_shutdown()175 if (sctp->sctp_xmit_head != NULL || sctp->sctp_xmit_unsent != NULL) in sctp_shutdown_received()
312 while ((mp = sctp->sctp_xmit_unsent) != NULL) { in sctp_regift_xmitlist()313 sctp->sctp_xmit_unsent = mp->b_next; in sctp_regift_xmitlist()
649 sctp->sctp_xmit_unsent == NULL) { in sctp_rexmit_timer()704 ASSERT(sctp->sctp_xmit_unsent == NULL); in sctp_rexmit_timer()
1107 mp = sctp->sctp_xmit_unsent; in sctp_send_cookie_echo()1115 sctp->sctp_xmit_unsent = mp->b_next; in sctp_send_cookie_echo()1122 mp = sctp->sctp_xmit_unsent; in sctp_send_cookie_echo()1142 if (sctp->sctp_xmit_unsent == NULL) in sctp_send_cookie_echo()
251 if (sctp->sctp_xmit_head || sctp->sctp_xmit_unsent) { in sctp_clean_death()323 sctp->sctp_xmit_unsent == NULL) { in sctp_disconnect()568 if ((ump = sctp->sctp_xmit_unsent) == NULL) { in sctp_free_xmit_data()572 sctp->sctp_xmit_unsent = sctp->sctp_xmit_unsent_tail = NULL; in sctp_free_xmit_data()2021 ASSERT(sctp->sctp_xmit_unsent == NULL); in sctp_conn_cache_destructor()
680 mblk_t *sctp_xmit_unsent; member
4322 (sctp->sctp_xmit_unsent == NULL)) in sctp_input_data()
354 if (sctp_unsent_list(sctp.sctp_xmit_unsent) < 0) in sctp_xmit_list()785 sctp->sctp_xmit_unsent, sctp->sctp_xmit_unsent_tail); in sctp()