Home
last modified time | relevance | path

Searched refs:total_flight (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/netinet/
H A Dsctp_var.h124 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; \
H A Dsctp_timer.c405 if (stcb->asoc.total_flight >= net->flight_size) { in sctp_mark_all_for_resend()
406 stcb->asoc.total_flight -= net->flight_size; in sctp_mark_all_for_resend()
409 stcb->asoc.total_flight = 0; in sctp_mark_all_for_resend()
625 if ((orig_rwnd == 0) && (stcb->asoc.total_flight == 0) && in sctp_mark_all_for_resend()
648 stcb->asoc.total_flight = 0; in sctp_mark_all_for_resend()
662 stcb->asoc.total_flight += chk->book_size; in sctp_mark_all_for_resend()
H A Dsctp_structs.h491 unsigned int total_flight; member
H A Dsctp_output.c4912 (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...]
H A Dsctputil.c499 if (tot_out != stcb->asoc.total_flight) { in sctp_auditing()
508 (int)stcb->asoc.total_flight); in sctp_auditing()
509 stcb->asoc.total_flight = tot_out; in sctp_auditing()
527 if (tot_out != stcb->asoc.total_flight) { in sctp_auditing()
536 stcb->asoc.total_flight, tot_out); in sctp_auditing()
H A Dsctp_indata.c3636 asoc->total_flight = 0; in sctp_handle_sack()
4068 asoc->total_flight = 0; in sctp_handle_sack()
4269 asoc->peers_rwnd, asoc->total_flight, (asoc->sent_queue_cnt * sctp_peer_chunk_oh), a_rwnd); in sctp_handle_sack()
4273 (u_int32_t)(asoc->total_flight + (asoc->sent_queue_cnt * sctp_peer_chunk_oh))); in sctp_handle_sack()
4315 htonl(stcb->asoc.peers_rwnd + stcb->asoc.total_flight); in sctp_update_acked()
H A Dsctp_input.c2804 if (a_rwnd > stcb->asoc.total_flight) { in sctp_handle_packet_dropped()
2806 a_rwnd - stcb->asoc.total_flight; in sctp_handle_packet_dropped()
4004 stcb->asoc.total_flight); in sctp_common_input_processing()
4009 (stcb->asoc.peers_rwnd <= 0 && stcb->asoc.total_flight == 0)) { in sctp_common_input_processing()
/netbsd-src/sys/netinet6/
H A Dsctp6_usrreq.c377 stcb->asoc.total_flight -= chk->send_size; in sctp6_notify_mbuf()