Lines Matching refs:inqueue_bytes
12249 unsigned int inqueue_bytes = 0; in sctp_lower_sosend() local
12565 …inqueue_bytes = stcb->asoc.total_output_queue_size - (stcb->asoc.chunks_on_out_queue * sizeof(stru… in sctp_lower_sosend()
12566 if ((SCTP_SB_LIMIT_SND(so) < (sndlen + inqueue_bytes + stcb->asoc.sb_send_resv)) || in sctp_lower_sosend()
12720 …inqueue_bytes = stcb->asoc.total_output_queue_size - (stcb->asoc.chunks_on_out_queue * sizeof(stru… in sctp_lower_sosend()
12721 if (SCTP_SB_LIMIT_SND(so) > inqueue_bytes) { in sctp_lower_sosend()
12726 max_len = SCTP_SB_LIMIT_SND(so) - inqueue_bytes; in sctp_lower_sosend()
12784 …inqueue_bytes = stcb->asoc.total_output_queue_size - (stcb->asoc.chunks_on_out_queue * sizeof(stru… in sctp_lower_sosend()
12785 while ((SCTP_SB_LIMIT_SND(so) < (inqueue_bytes + local_add_more)) || in sctp_lower_sosend()
12789 inqueue_bytes, in sctp_lower_sosend()
12819 …inqueue_bytes = stcb->asoc.total_output_queue_size - (stcb->asoc.chunks_on_out_queue * sizeof(stru… in sctp_lower_sosend()
12821 if (SCTP_SB_LIMIT_SND(so) > inqueue_bytes) { in sctp_lower_sosend()
12822 max_len = SCTP_SB_LIMIT_SND(so) - inqueue_bytes; in sctp_lower_sosend()
12985 …inqueue_bytes = stcb->asoc.total_output_queue_size - (stcb->asoc.chunks_on_out_queue * sizeof(stru… in sctp_lower_sosend()
12987 max_len = SCTP_SB_LIMIT_SND(so) - inqueue_bytes; in sctp_lower_sosend()