Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet/
H A Dsctputil.h251 atomic_subtract_int(&((asoc)->chunks_on_out_queue), chk_cnt); \
H A Dsctp_output.c7670 asoc->chunks_on_out_queue++; in sctp_move_to_outqueue()
12850 …inqueue_bytes = asoc->total_output_queue_size - (asoc->chunks_on_out_queue * SCTP_DATA_CHUNK_OVERH… in sctp_lower_sosend()
12857 (asoc->chunks_on_out_queue >= SCTP_BASE_SYSCTL(sctp_max_chunks_on_queue))) { in sctp_lower_sosend()
13027 …inqueue_bytes = asoc->total_output_queue_size - (asoc->chunks_on_out_queue * SCTP_DATA_CHUNK_OVERH… in sctp_lower_sosend()
13066 …((asoc->chunks_on_out_queue + asoc->stream_queue_cnt) >= SCTP_BASE_SYSCTL(sctp_max_chunks_on_queue… in sctp_lower_sosend()
13069 …inqueue_bytes = asoc->total_output_queue_size - (asoc->chunks_on_out_queue * SCTP_DATA_CHUNK_OVERH… in sctp_lower_sosend()
13071 …((asoc->stream_queue_cnt + asoc->chunks_on_out_queue) >= SCTP_BASE_SYSCTL(sctp_max_chunks_on_queue… in sctp_lower_sosend()
13077 asoc->chunks_on_out_queue, in sctp_lower_sosend()
13386 asoc->chunks_on_out_queue, asoc->total_flight_count); in sctp_lower_sosend()
13671 asoc->chunks_on_out_queue, asoc->total_flight_count); in sctp_lower_sosend()
[all …]
H A Dsctp_structs.h1093 uint32_t chunks_on_out_queue; /* total chunks floating around, member
H A 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()
5004 asoc->chunks_on_out_queue -= chk_cnt; in sctp_free_bufspace()