HomeSort by: relevance | last modified time | path
    Searched refs:sent_queue_cnt (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/netinet/
sctp_timer.c 108 asoc->sent_queue_cnt);
112 asoc->sent_queue_cnt = 0;
117 asoc->sent_queue_cnt++;
128 asoc->sent_queue_cnt);
448 stcb->asoc.sent_queue_cnt--;
sctp_structs.h 480 unsigned int sent_queue_cnt; member in struct:sctp_association
sctp_indata.c 3835 asoc->sent_queue_cnt--;
3947 asoc->sent_queue_cnt;
4001 asoc->sent_queue_cnt;
4269 asoc->peers_rwnd, asoc->total_flight, (asoc->sent_queue_cnt * sctp_peer_chunk_oh), a_rwnd);
4273 (u_int32_t)(asoc->total_flight + (asoc->sent_queue_cnt * sctp_peer_chunk_oh)));
sctputil.c 295 sctp_clog[sctp_cwnd_log_at].x.blk.send_sent_qcnt = (u_int16_t)(asoc->send_queue_cnt + asoc->sent_queue_cnt);
905 (stcb->asoc.sent_queue_cnt > 0)
3401 stcb->asoc.sent_queue_cnt++;
sctp_usrreq.c 2137 sstat->sstat_unackdata = stcb->asoc.sent_queue_cnt;
sctp_output.c 4909 asoc->sent_queue_cnt++;
6496 asoc->sent_queue_cnt = 0;

Completed in 30 milliseconds