Home
last modified time | relevance | path

Searched refs:chunks_on_out_queue (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/netinet/
H A Dsctputil.h275 atomic_subtract_int(&((asoc)->chunks_on_out_queue), chk_cnt); \
H A Dsctp_output.c7711 asoc->chunks_on_out_queue++; in sctp_move_to_outqueue()
12907 …inqueue_bytes = stcb->asoc.total_output_queue_size - (stcb->asoc.chunks_on_out_queue * SCTP_DATA_C… in sctp_lower_sosend()
12914 (stcb->asoc.chunks_on_out_queue >= SCTP_BASE_SYSCTL(sctp_max_chunks_on_queue))) { in sctp_lower_sosend()
13079 …inqueue_bytes = stcb->asoc.total_output_queue_size - (stcb->asoc.chunks_on_out_queue * SCTP_DATA_C… in sctp_lower_sosend()
13130 …((stcb->asoc.chunks_on_out_queue + stcb->asoc.stream_queue_cnt) >= SCTP_BASE_SYSCTL(sctp_max_chunk… in sctp_lower_sosend()
13133 …inqueue_bytes = stcb->asoc.total_output_queue_size - (stcb->asoc.chunks_on_out_queue * SCTP_DATA_C… in sctp_lower_sosend()
13135 …((stcb->asoc.stream_queue_cnt + stcb->asoc.chunks_on_out_queue) >= SCTP_BASE_SYSCTL(sctp_max_chunk… in sctp_lower_sosend()
13141 stcb->asoc.chunks_on_out_queue, in sctp_lower_sosend()
13434 stcb->asoc.chunks_on_out_queue, stcb->asoc.total_flight_count); in sctp_lower_sosend()
13717 stcb->asoc.chunks_on_out_queue, stcb->asoc.total_flight_count); in sctp_lower_sosend()
[all …]
H A Dsctp_structs.h1102 uint32_t chunks_on_out_queue; /* total chunks floating around, member
H A Dsctputil.c172 sctp_clog.x.nagle.count_in_queue = stcb->asoc.chunks_on_out_queue; in sctp_log_nagle_event()
517 if (stcb->asoc.chunks_on_out_queue < 0xff) in sctp_wakeup_log()
518 sctp_clog.x.wake.chunks_on_oque = (uint8_t)stcb->asoc.chunks_on_out_queue; in sctp_wakeup_log()
558 sctp_clog.x.blk.chunks_on_oque = (uint16_t)asoc->chunks_on_out_queue; in sctp_log_block()
4701 asoc->chunks_on_out_queue -= chk_cnt; in sctp_free_bufspace()