Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netinet/
Dsctp_structs.h614 #define SCTP_TSN_LOG_SIZE 40 macro
958 struct sctp_tsn_log in_tsnlog[SCTP_TSN_LOG_SIZE];
959 struct sctp_tsn_log out_tsnlog[SCTP_TSN_LOG_SIZE];
960 uint32_t cumack_log[SCTP_TSN_LOG_SIZE];
961 uint32_t cumack_logsnt[SCTP_TSN_LOG_SIZE];
Dsctp_indata.c1453 if (asoc->tsn_in_at >= SCTP_TSN_LOG_SIZE) { in sctp_process_a_data_chunk()
3567 if (stcb->asoc.cumack_log_at > SCTP_TSN_LOG_SIZE) { in sctp_express_handle_sack()
4133 if (stcb->asoc.cumack_log_at > SCTP_TSN_LOG_SIZE) { in sctp_handle_sack()
Dsctputil.c3904 for (i = stcb->asoc.tsn_in_at; i < SCTP_TSN_LOG_SIZE; i++) { in sctp_print_out_track_log()
3930 for (i = stcb->asoc.tsn_out_at; i < SCTP_TSN_LOG_SIZE; i++) { in sctp_print_out_track_log()
Dsctp_output.c7554 if (asoc->tsn_out_at >= SCTP_TSN_LOG_SIZE) { in sctp_move_to_outqueue()
10596 if (stcb->asoc.cumack_log_atsnt >= SCTP_TSN_LOG_SIZE) { in sctp_send_sack()