Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_structs.h1078 unsigned int send_queue_cnt; member
Dsctputil.c341 if (stcb->asoc.send_queue_cnt > 255) in sctp_log_cwnd()
344 sctp_clog.x.cwnd.cnt_in_send = stcb->asoc.send_queue_cnt; in sctp_log_cwnd()
432 if (stcb->asoc.send_queue_cnt > 255) in sctp_log_maxburst()
435 sctp_clog.x.cwnd.cnt_in_send = stcb->asoc.send_queue_cnt; in sctp_log_maxburst()
532 sctp_clog.x.wake.send_q = stcb->asoc.send_queue_cnt; in sctp_wakeup_log()
578 sctp_clog.x.blk.send_sent_qcnt = (uint16_t) (asoc->send_queue_cnt + asoc->sent_queue_cnt); in sctp_log_block()
4508 asoc->send_queue_cnt--;
5647 stcb->asoc.send_queue_cnt--;
Dsctp_output.c7531 asoc->send_queue_cnt--;
8225 asoc->send_queue_cnt++;
Dsctp_input.c342 asoc->send_queue_cnt--; in sctp_process_init()