Searched refs:inqueue_bytes (Results 1 – 3 of 3) sorted by relevance
13461 unsigned int inqueue_bytes = 0; local13841 …inqueue_bytes = stcb->asoc.total_output_queue_size - (stcb->asoc.chunks_on_out_queue * SCTP_DATA_C…13847 if ((SCTP_SB_LIMIT_SND(so) < (amount + inqueue_bytes + stcb->asoc.sb_send_resv)) ||14031 …inqueue_bytes = stcb->asoc.total_output_queue_size - (stcb->asoc.chunks_on_out_queue * SCTP_DATA_C…14032 if (SCTP_SB_LIMIT_SND(so) > inqueue_bytes) {14033 max_len = SCTP_SB_LIMIT_SND(so) - inqueue_bytes;14085 …inqueue_bytes = stcb->asoc.total_output_queue_size - (stcb->asoc.chunks_on_out_queue * SCTP_DATA_C…14086 while ((SCTP_SB_LIMIT_SND(so) < (inqueue_bytes + local_add_more)) ||14090 inqueue_bytes,14123 …inqueue_bytes = stcb->asoc.total_output_queue_size - (stcb->asoc.chunks_on_out_queue * SCTP_DATA_C…[all …]
4173 uint32_t inqueue_bytes, sb_free_now; local4177 …inqueue_bytes = stcb->asoc.total_output_queue_size - (stcb->asoc.chunks_on_out_queue * sizeof(stru…4178 sb_free_now = SCTP_SB_LIMIT_SND(stcb->sctp_socket) - (inqueue_bytes + stcb->asoc.sb_send_resv);4903 uint32_t inqueue_bytes, sb_free_now; local4907 …inqueue_bytes = stcb->asoc.total_output_queue_size - (stcb->asoc.chunks_on_out_queue * sizeof(stru…4908 sb_free_now = SCTP_SB_LIMIT_SND(stcb->sctp_socket) - (inqueue_bytes + stcb->asoc.sb_send_resv);
590 uint32_t inqueue_bytes, sb_free_now; in sctp_process_init_ack() local594 …inqueue_bytes = stcb->asoc.total_output_queue_size - (stcb->asoc.chunks_on_out_queue * sizeof(stru… in sctp_process_init_ack()595 sb_free_now = SCTP_SB_LIMIT_SND(stcb->sctp_socket) - (inqueue_bytes + stcb->asoc.sb_send_resv); in sctp_process_init_ack()