Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_var.h272 if (stcb->asoc.total_flight_count > 0) \
273 stcb->asoc.total_flight_count--; \
276 stcb->asoc.total_flight_count = 0; \
290 (stcb)->asoc.total_flight_count++; \
300 if (stcb->asoc.total_flight_count > 0) \
301 stcb->asoc.total_flight_count--; \
304 stcb->asoc.total_flight_count = 0; \
309 (stcb)->asoc.total_flight_count++; \
H A Dsctp_indata.c3850 entry_cnt = asoc->total_flight_count; in sctp_fs_audit()
3957 …(uint32_t)(asoc->total_flight + (asoc->total_flight_count * SCTP_BASE_SYSCTL(sctp_peer_chunk_oh)))… in sctp_express_handle_sack()
4206 asoc->total_flight_count = 0; in sctp_express_handle_sack()
4211 …(uint32_t)(asoc->total_flight + (asoc->total_flight_count * SCTP_BASE_SYSCTL(sctp_peer_chunk_oh)))… in sctp_express_handle_sack()
4275 asoc->total_flight_count = 0; in sctp_express_handle_sack()
4563 asoc->total_flight_count = 0; in sctp_handle_sack()
4954 asoc->total_flight_count = 0; in sctp_handle_sack()
5078 …asoc->peers_rwnd, asoc->total_flight, (asoc->total_flight_count * SCTP_BASE_SYSCTL(sctp_peer_chunk… in sctp_handle_sack()
5081 …(uint32_t)(asoc->total_flight + (asoc->total_flight_count * SCTP_BASE_SYSCTL(sctp_peer_chunk_oh)))… in sctp_handle_sack()
5153 asoc->total_flight_count = 0; in sctp_handle_sack()
H A Dsctp_structs.h1036 unsigned int total_flight_count; /* count of chunks used with member
H A Dsctp_timer.c788 stcb->asoc.total_flight_count = 0; in sctp_mark_all_for_resend()
H A Dsctputil.c172 sctp_clog.x.nagle.count_in_flight = stcb->asoc.total_flight_count; in sctp_log_nagle_event()
507 sctp_clog.x.wake.flight = stcb->asoc.total_flight_count; in sctp_wakeup_log()
711 if (tot_book_cnt != stcb->asoc.total_flight_count) { in sctp_auditing()
721 stcb->asoc.total_flight_count = tot_book_cnt; in sctp_auditing()
H A Dsctp_input.c1949 asoc->total_flight_count = 0; in sctp_process_cookie_existing()
H A Dsctp_output.c13339 stcb->asoc.chunks_on_out_queue, stcb->asoc.total_flight_count); in sctp_lower_sosend()
13622 stcb->asoc.chunks_on_out_queue, stcb->asoc.total_flight_count); in sctp_lower_sosend()