Home
last modified time | relevance | path

Searched refs:SCTP_TSN_LOG_SIZE (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_structs.h649 #define SCTP_TSN_LOG_SIZE 40 macro
978 struct sctp_tsn_log in_tsnlog[SCTP_TSN_LOG_SIZE];
979 struct sctp_tsn_log out_tsnlog[SCTP_TSN_LOG_SIZE];
980 uint32_t cumack_log[SCTP_TSN_LOG_SIZE];
981 uint32_t cumack_logsnt[SCTP_TSN_LOG_SIZE];
H A Dsctp_indata.c1976 if (asoc->tsn_in_at >= SCTP_TSN_LOG_SIZE) { in sctp_process_a_data_chunk()
3945 if (stcb->asoc.cumack_log_at > SCTP_TSN_LOG_SIZE) { in sctp_express_handle_sack()
4454 if (stcb->asoc.cumack_log_at > SCTP_TSN_LOG_SIZE) { in sctp_handle_sack()
H A Dsctputil.c4399 for (i = stcb->asoc.tsn_in_at; i < SCTP_TSN_LOG_SIZE; i++) { in sctp_print_out_track_log()
4425 for (i = stcb->asoc.tsn_out_at; i < SCTP_TSN_LOG_SIZE; i++) { in sctp_print_out_track_log()
H A Dsctp_output.c7558 if (asoc->tsn_out_at >= SCTP_TSN_LOG_SIZE) { in sctp_move_to_outqueue()
10617 if (stcb->asoc.cumack_log_atsnt >= SCTP_TSN_LOG_SIZE) { in sctp_send_sack()