Searched refs:inqueue_bytes (Results 1 – 1 of 1) sorted by relevance
12249 unsigned int inqueue_bytes = 0; in sctp_lower_sosend() local12565 …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()[all …]