Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dsctp_structs.h479 unsigned int send_queue_cnt; member
H A Dsctp_indata.c3949 asoc->send_queue_cnt; in sctp_handle_sack()
4003 asoc->send_queue_cnt; in sctp_handle_sack()
H A Dsctp_output.c4910 asoc->send_queue_cnt--;
5101 asoc->send_queue_cnt++;
7068 if (asoc->send_queue_cnt > 0) {
H A Dsctputil.c295 …sctp_clog[sctp_cwnd_log_at].x.blk.send_sent_qcnt = (u_int16_t)(asoc->send_queue_cnt + asoc->sent_q… in sctp_log_block()