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

  /src/sys/netinet/
sctp_var.h 124 if (stcb->asoc.total_flight >= tp1->book_size) { \
125 stcb->asoc.total_flight -= tp1->book_size; \
129 stcb->asoc.total_flight = 0; \
136 (stcb)->asoc.total_flight += (tp1)->book_size; \
sctp_timer.c 405 if (stcb->asoc.total_flight >= net->flight_size) {
406 stcb->asoc.total_flight -= net->flight_size;
409 stcb->asoc.total_flight = 0;
625 if ((orig_rwnd == 0) && (stcb->asoc.total_flight == 0) &&
648 stcb->asoc.total_flight = 0;
662 stcb->asoc.total_flight += chk->book_size;
sctp_structs.h 491 unsigned int total_flight; member in struct:sctp_association
sctp_output.c 4912 (asoc->total_flight == 0) &&
4931 asoc->total_flight += data_list[i]->book_size;
5323 if (asoc->total_flight > 0) {
5333 (int)asoc->total_flight, (int)asoc->peers_rwnd);
5442 if (asoc->total_flight > 0) {
6618 if ((asoc->peers_rwnd < mtu) && (asoc->total_flight > 0)) {
6634 (int)asoc->total_flight);
6678 if (one_chunk && (asoc->total_flight <= 0)) {
6788 asoc->total_flight += data_list[i]->book_size;
7447 un_sent = ((stcb->asoc.total_output_queue_size - stcb->asoc.total_flight)
    [all...]
sctp_indata.c 3636 asoc->total_flight = 0;
4068 asoc->total_flight = 0;
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)));
4315 htonl(stcb->asoc.peers_rwnd + stcb->asoc.total_flight);
sctputil.c 499 if (tot_out != stcb->asoc.total_flight) {
508 (int)stcb->asoc.total_flight);
509 stcb->asoc.total_flight = tot_out;
527 if (tot_out != stcb->asoc.total_flight) {
536 stcb->asoc.total_flight, tot_out);
sctp_input.c 2804 if (a_rwnd > stcb->asoc.total_flight) {
2806 a_rwnd - stcb->asoc.total_flight;
4004 stcb->asoc.total_flight);
4009 (stcb->asoc.peers_rwnd <= 0 && stcb->asoc.total_flight == 0)) {
  /src/sys/netinet6/
sctp6_usrreq.c 377 stcb->asoc.total_flight -= chk->send_size;

Completed in 28 milliseconds