Lines Matching refs:inqueue_bytes
12476 unsigned int inqueue_bytes = 0; in sctp_lower_sosend() local
12812 …inqueue_bytes = stcb->asoc.total_output_queue_size - (stcb->asoc.chunks_on_out_queue * SCTP_DATA_C… in sctp_lower_sosend()
12818 if ((SCTP_SB_LIMIT_SND(so) < (amount + inqueue_bytes + stcb->asoc.sb_send_resv)) || in sctp_lower_sosend()
12986 …inqueue_bytes = stcb->asoc.total_output_queue_size - (stcb->asoc.chunks_on_out_queue * SCTP_DATA_C… in sctp_lower_sosend()
12987 if (SCTP_SB_LIMIT_SND(so) > inqueue_bytes) { in sctp_lower_sosend()
12988 max_len = SCTP_SB_LIMIT_SND(so) - inqueue_bytes; in sctp_lower_sosend()
13040 …inqueue_bytes = stcb->asoc.total_output_queue_size - (stcb->asoc.chunks_on_out_queue * SCTP_DATA_C… in sctp_lower_sosend()
13041 while ((SCTP_SB_LIMIT_SND(so) < (inqueue_bytes + local_add_more)) || in sctp_lower_sosend()
13045 inqueue_bytes, in sctp_lower_sosend()
13076 …inqueue_bytes = stcb->asoc.total_output_queue_size - (stcb->asoc.chunks_on_out_queue * SCTP_DATA_C… in sctp_lower_sosend()
13078 if (SCTP_SB_LIMIT_SND(so) > inqueue_bytes) { in sctp_lower_sosend()
13079 max_len = SCTP_SB_LIMIT_SND(so) - inqueue_bytes; in sctp_lower_sosend()
13175 …inqueue_bytes = stcb->asoc.total_output_queue_size - (stcb->asoc.chunks_on_out_queue * SCTP_DATA_C… in sctp_lower_sosend()
13176 if (SCTP_SB_LIMIT_SND(so) > inqueue_bytes) in sctp_lower_sosend()
13177 max_len = SCTP_SB_LIMIT_SND(so) - inqueue_bytes; in sctp_lower_sosend()
13262 …inqueue_bytes = stcb->asoc.total_output_queue_size - (stcb->asoc.chunks_on_out_queue * SCTP_DATA_C… in sctp_lower_sosend()
13263 if (SCTP_SB_LIMIT_SND(so) > inqueue_bytes) in sctp_lower_sosend()
13264 max_len = SCTP_SB_LIMIT_SND(so) - inqueue_bytes; in sctp_lower_sosend()
13385 …inqueue_bytes = stcb->asoc.total_output_queue_size - (stcb->asoc.chunks_on_out_queue * SCTP_DATA_C… in sctp_lower_sosend()
13386 if (SCTP_SB_LIMIT_SND(so) <= (inqueue_bytes + in sctp_lower_sosend()