Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDsctputil.c293 if (stcb->asoc.send_queue_cnt > 255) in sctp_log_cwnd()
296 sctp_clog.x.cwnd.cnt_in_send = stcb->asoc.send_queue_cnt; in sctp_log_cwnd()
376 if (stcb->asoc.send_queue_cnt > 255) in sctp_log_maxburst()
379 sctp_clog.x.cwnd.cnt_in_send = stcb->asoc.send_queue_cnt; in sctp_log_maxburst()
467 sctp_clog.x.wake.send_q = stcb->asoc.send_queue_cnt; in sctp_wakeup_log()
511 sctp_clog.x.blk.send_sent_qcnt = (uint16_t) (asoc->send_queue_cnt + asoc->sent_queue_cnt); in sctp_log_block()
3789 asoc->send_queue_cnt--; in sctp_report_all_outbound()
4858 stcb->asoc.send_queue_cnt--; in sctp_release_pr_sctp_chunk()
HDsctp_structs.h1007 unsigned int send_queue_cnt; member
HDsctp_output.c6907 asoc->send_queue_cnt--; in sctp_clean_up_datalist()
7584 asoc->send_queue_cnt++; in sctp_move_to_outqueue()
HDsctp_input.c319 asoc->send_queue_cnt--; in sctp_process_init()