Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctputil.h254 atomic_subtract_int(&((asoc)->chunks_on_out_queue), chk_cnt); \
H A Dsctp_output.c7644 asoc->chunks_on_out_queue++; in sctp_move_to_outqueue()
12812 …inqueue_bytes = stcb->asoc.total_output_queue_size - (stcb->asoc.chunks_on_out_queue * SCTP_DATA_C… in sctp_lower_sosend()
12819 (stcb->asoc.chunks_on_out_queue >= SCTP_BASE_SYSCTL(sctp_max_chunks_on_queue))) { in sctp_lower_sosend()
12986 …inqueue_bytes = stcb->asoc.total_output_queue_size - (stcb->asoc.chunks_on_out_queue * SCTP_DATA_C… in sctp_lower_sosend()
13037 …((stcb->asoc.chunks_on_out_queue + stcb->asoc.stream_queue_cnt) >= SCTP_BASE_SYSCTL(sctp_max_chunk… in sctp_lower_sosend()
13040 …inqueue_bytes = stcb->asoc.total_output_queue_size - (stcb->asoc.chunks_on_out_queue * SCTP_DATA_C… in sctp_lower_sosend()
13042 …((stcb->asoc.stream_queue_cnt + stcb->asoc.chunks_on_out_queue) >= SCTP_BASE_SYSCTL(sctp_max_chunk… in sctp_lower_sosend()
13048 stcb->asoc.chunks_on_out_queue, in sctp_lower_sosend()
13339 stcb->asoc.chunks_on_out_queue, stcb->asoc.total_flight_count); in sctp_lower_sosend()
13622 stcb->asoc.chunks_on_out_queue, stcb->asoc.total_flight_count); in sctp_lower_sosend()
[all …]
H A Dsctp_structs.h1089 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()
4980 asoc->chunks_on_out_queue -= chk_cnt; in sctp_free_bufspace()