Lines Matching refs:inqueue_bytes

12508 	unsigned int inqueue_bytes = 0;  in sctp_lower_sosend()  local
12850inqueue_bytes = asoc->total_output_queue_size - (asoc->chunks_on_out_queue * SCTP_DATA_CHUNK_OVERH… in sctp_lower_sosend()
12856 if ((SCTP_SB_LIMIT_SND(so) < (amount + inqueue_bytes + asoc->sb_send_resv)) || in sctp_lower_sosend()
13027inqueue_bytes = asoc->total_output_queue_size - (asoc->chunks_on_out_queue * SCTP_DATA_CHUNK_OVERH… in sctp_lower_sosend()
13028 if (SCTP_SB_LIMIT_SND(so) > inqueue_bytes) { in sctp_lower_sosend()
13029 max_len = SCTP_SB_LIMIT_SND(so) - inqueue_bytes; in sctp_lower_sosend()
13069inqueue_bytes = asoc->total_output_queue_size - (asoc->chunks_on_out_queue * SCTP_DATA_CHUNK_OVERH… in sctp_lower_sosend()
13070 while ((SCTP_SB_LIMIT_SND(so) < (inqueue_bytes + local_add_more)) || in sctp_lower_sosend()
13074 inqueue_bytes, in sctp_lower_sosend()
13109inqueue_bytes = asoc->total_output_queue_size - (asoc->chunks_on_out_queue * SCTP_DATA_CHUNK_OVERH… in sctp_lower_sosend()
13111 if (SCTP_SB_LIMIT_SND(so) > inqueue_bytes) { in sctp_lower_sosend()
13112 max_len = SCTP_SB_LIMIT_SND(so) - inqueue_bytes; in sctp_lower_sosend()
13219inqueue_bytes = asoc->total_output_queue_size - (asoc->chunks_on_out_queue * SCTP_DATA_CHUNK_OVERH… in sctp_lower_sosend()
13220 if (SCTP_SB_LIMIT_SND(so) > inqueue_bytes) in sctp_lower_sosend()
13221 max_len = SCTP_SB_LIMIT_SND(so) - inqueue_bytes; in sctp_lower_sosend()
13305inqueue_bytes = asoc->total_output_queue_size - (asoc->chunks_on_out_queue * SCTP_DATA_CHUNK_OVERH… in sctp_lower_sosend()
13306 if (SCTP_SB_LIMIT_SND(so) > inqueue_bytes) in sctp_lower_sosend()
13307 max_len = SCTP_SB_LIMIT_SND(so) - inqueue_bytes; in sctp_lower_sosend()
13432inqueue_bytes = asoc->total_output_queue_size - (asoc->chunks_on_out_queue * SCTP_DATA_CHUNK_OVERH… in sctp_lower_sosend()
13433 if (SCTP_SB_LIMIT_SND(so) <= (inqueue_bytes + in sctp_lower_sosend()