Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_var.h269 if (stcb->asoc.total_flight_count > 0) \
270 stcb->asoc.total_flight_count--; \
273 stcb->asoc.total_flight_count = 0; \
287 (stcb)->asoc.total_flight_count++; \
297 if (stcb->asoc.total_flight_count > 0) \
298 stcb->asoc.total_flight_count--; \
301 stcb->asoc.total_flight_count = 0; \
306 (stcb)->asoc.total_flight_count++; \
H A Dsctp_indata.c3836 entry_cnt = asoc->total_flight_count; in sctp_fs_audit()
3943 …(uint32_t)(asoc->total_flight + (asoc->total_flight_count * SCTP_BASE_SYSCTL(sctp_peer_chunk_oh)))… in sctp_express_handle_sack()
4192 asoc->total_flight_count = 0; in sctp_express_handle_sack()
4197 …(uint32_t)(asoc->total_flight + (asoc->total_flight_count * SCTP_BASE_SYSCTL(sctp_peer_chunk_oh)))… in sctp_express_handle_sack()
4261 asoc->total_flight_count = 0; in sctp_express_handle_sack()
4549 asoc->total_flight_count = 0; in sctp_handle_sack()
4940 asoc->total_flight_count = 0; in sctp_handle_sack()
5064 …asoc->peers_rwnd, asoc->total_flight, (asoc->total_flight_count * SCTP_BASE_SYSCTL(sctp_peer_chunk… in sctp_handle_sack()
5067 …(uint32_t)(asoc->total_flight + (asoc->total_flight_count * SCTP_BASE_SYSCTL(sctp_peer_chunk_oh)))… in sctp_handle_sack()
5139 asoc->total_flight_count = 0; in sctp_handle_sack()
H A Dsctp_structs.h1028 unsigned int total_flight_count; /* count of chunks used with member
H A Dsctp_timer.c784 stcb->asoc.total_flight_count = 0; in sctp_mark_all_for_resend()
H A Dsctputil.c169 sctp_clog.x.nagle.count_in_flight = stcb->asoc.total_flight_count; in sctp_log_nagle_event()
504 sctp_clog.x.wake.flight = stcb->asoc.total_flight_count; in sctp_wakeup_log()
708 if (tot_book_cnt != stcb->asoc.total_flight_count) { in sctp_auditing()
718 stcb->asoc.total_flight_count = tot_book_cnt; in sctp_auditing()
H A Dsctp_input.c1895 asoc->total_flight_count = 0; in sctp_process_cookie_existing()
H A Dsctp_output.c13443 asoc->chunks_on_out_queue, asoc->total_flight_count); in sctp_lower_sosend()
13722 asoc->chunks_on_out_queue, asoc->total_flight_count); in sctp_lower_sosend()