Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dsctputil.h257 atomic_subtract_int(&((asoc)->chunks_on_out_queue), chk_cnt); \
Dsctp_output.c7647 asoc->chunks_on_out_queue++; in sctp_move_to_outqueue()
12817 …inqueue_bytes = stcb->asoc.total_output_queue_size - (stcb->asoc.chunks_on_out_queue * SCTP_DATA_C… in sctp_lower_sosend()
12824 (stcb->asoc.chunks_on_out_queue >= SCTP_BASE_SYSCTL(sctp_max_chunks_on_queue))) { in sctp_lower_sosend()
12989 …inqueue_bytes = stcb->asoc.total_output_queue_size - (stcb->asoc.chunks_on_out_queue * SCTP_DATA_C… in sctp_lower_sosend()
13040 …((stcb->asoc.chunks_on_out_queue + stcb->asoc.stream_queue_cnt) >= SCTP_BASE_SYSCTL(sctp_max_chunk… in sctp_lower_sosend()
13043 …inqueue_bytes = stcb->asoc.total_output_queue_size - (stcb->asoc.chunks_on_out_queue * SCTP_DATA_C… in sctp_lower_sosend()
13045 …((stcb->asoc.stream_queue_cnt + stcb->asoc.chunks_on_out_queue) >= SCTP_BASE_SYSCTL(sctp_max_chunk… in sctp_lower_sosend()
13051 stcb->asoc.chunks_on_out_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()
13179 …inqueue_bytes = stcb->asoc.total_output_queue_size - (stcb->asoc.chunks_on_out_queue * SCTP_DATA_C… in sctp_lower_sosend()
[all …]
Dsctp_structs.h1098 uint32_t chunks_on_out_queue; /* total chunks floating around, member
Dsctputil.c171 sctp_clog.x.nagle.count_in_queue = stcb->asoc.chunks_on_out_queue; in sctp_log_nagle_event()
516 if (stcb->asoc.chunks_on_out_queue < 0xff) in sctp_wakeup_log()
517 sctp_clog.x.wake.chunks_on_oque = (uint8_t)stcb->asoc.chunks_on_out_queue; in sctp_wakeup_log()
557 sctp_clog.x.blk.chunks_on_oque = (uint16_t)asoc->chunks_on_out_queue; in sctp_log_block()
4984 asoc->chunks_on_out_queue -= chk_cnt; in sctp_free_bufspace()