Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_structs.h671 #define SCTP_TSN_LOG_SIZE 40 macro
970 struct sctp_tsn_log in_tsnlog[SCTP_TSN_LOG_SIZE];
971 struct sctp_tsn_log out_tsnlog[SCTP_TSN_LOG_SIZE];
972 uint32_t cumack_log[SCTP_TSN_LOG_SIZE];
973 uint32_t cumack_logsnt[SCTP_TSN_LOG_SIZE];
H A Dsctp_indata.c1964 if (asoc->tsn_in_at >= SCTP_TSN_LOG_SIZE) { in sctp_process_a_data_chunk()
3931 if (stcb->asoc.cumack_log_at > SCTP_TSN_LOG_SIZE) { in sctp_express_handle_sack()
4440 if (stcb->asoc.cumack_log_at > SCTP_TSN_LOG_SIZE) { in sctp_handle_sack()
H A Dsctputil.c4449 for (i = stcb->asoc.tsn_in_at; i < SCTP_TSN_LOG_SIZE; i++) { in sctp_print_out_track_log()
4475 for (i = stcb->asoc.tsn_out_at; i < SCTP_TSN_LOG_SIZE; i++) { in sctp_print_out_track_log()
H A Dsctp_output.c7607 if (asoc->tsn_out_at >= SCTP_TSN_LOG_SIZE) { in sctp_move_to_outqueue()
10709 if (stcb->asoc.cumack_log_atsnt >= SCTP_TSN_LOG_SIZE) { in sctp_send_sack()