Home
last modified time | relevance | path

Searched refs:total_flight_count (Results 1 – 7 of 7) sorted by relevance

/NextBSD/sys/netinet/
HDsctp_var.h271 if (stcb->asoc.total_flight_count > 0) \
272 stcb->asoc.total_flight_count--; \
275 stcb->asoc.total_flight_count = 0; \
289 (stcb)->asoc.total_flight_count++; \
299 if (stcb->asoc.total_flight_count > 0) \
300 stcb->asoc.total_flight_count--; \
303 stcb->asoc.total_flight_count = 0; \
308 (stcb)->asoc.total_flight_count++; \
HDsctp_indata.c3476 entry_cnt = asoc->total_flight_count; in sctp_fs_audit()
3583 …(uint32_t) (asoc->total_flight + (asoc->total_flight_count * SCTP_BASE_SYSCTL(sctp_peer_chunk_oh))… in sctp_express_handle_sack()
3862 asoc->total_flight_count = 0; in sctp_express_handle_sack()
3866 …(uint32_t) (asoc->total_flight + (asoc->total_flight_count * SCTP_BASE_SYSCTL(sctp_peer_chunk_oh))… in sctp_express_handle_sack()
3939 asoc->total_flight_count = 0; in sctp_express_handle_sack()
4246 asoc->total_flight_count = 0; in sctp_handle_sack()
4662 asoc->total_flight_count = 0; in sctp_handle_sack()
4808 …asoc->peers_rwnd, asoc->total_flight, (asoc->total_flight_count * SCTP_BASE_SYSCTL(sctp_peer_chunk… in sctp_handle_sack()
4811 …(uint32_t) (asoc->total_flight + (asoc->total_flight_count * SCTP_BASE_SYSCTL(sctp_peer_chunk_oh))… in sctp_handle_sack()
4883 asoc->total_flight_count = 0; in sctp_handle_sack()
HDsctp_structs.h1035 unsigned int total_flight_count; /* count of chunks used with member
HDsctp_timer.c779 stcb->asoc.total_flight_count = 0; in sctp_mark_all_for_resend()
HDsctputil.c155 sctp_clog.x.nagle.count_in_flight = stcb->asoc.total_flight_count; in sctp_log_nagle_event()
466 sctp_clog.x.wake.flight = stcb->asoc.total_flight_count; in sctp_wakeup_log()
667 if (tot_book_cnt != stcb->asoc.total_flight_count) { in sctp_auditing()
677 stcb->asoc.total_flight_count = tot_book_cnt; in sctp_auditing()
HDsctp_output.c13197 stcb->asoc.chunks_on_out_queue, stcb->asoc.total_flight_count); in sctp_lower_sosend()
13471 stcb->asoc.chunks_on_out_queue, stcb->asoc.total_flight_count); in sctp_lower_sosend()
HDsctp_input.c1978 asoc->total_flight_count = 0; in sctp_process_cookie_existing()