Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_structs.h1081 unsigned int send_queue_cnt; member
Dsctputil.c345 if (stcb->asoc.send_queue_cnt > 255) in sctp_log_cwnd()
348 sctp_clog.x.cwnd.cnt_in_send = stcb->asoc.send_queue_cnt; in sctp_log_cwnd()
440 if (stcb->asoc.send_queue_cnt > 255) in sctp_log_maxburst()
443 sctp_clog.x.cwnd.cnt_in_send = stcb->asoc.send_queue_cnt; in sctp_log_maxburst()
540 sctp_clog.x.wake.send_q = stcb->asoc.send_queue_cnt; in sctp_wakeup_log()
586 sctp_clog.x.blk.send_sent_qcnt = (uint16_t) (asoc->send_queue_cnt + asoc->sent_queue_cnt); in sctp_log_block()
4518 asoc->send_queue_cnt--;
5685 stcb->asoc.send_queue_cnt--;
Dsctp_output.c7567 asoc->send_queue_cnt--;
8269 asoc->send_queue_cnt++;
Dsctp_input.c351 asoc->send_queue_cnt--; in sctp_process_init()