Searched refs:cumack_log_atsnt (Results 1 – 3 of 3) sorted by relevance
973 uint16_t cumack_log_atsnt; member
10505 stcb->asoc.cumack_logsnt[stcb->asoc.cumack_log_atsnt] = asoc->cumulative_tsn; in sctp_send_sack()10506 stcb->asoc.cumack_log_atsnt++; in sctp_send_sack()10507 if (stcb->asoc.cumack_log_atsnt >= SCTP_TSN_LOG_SIZE) { in sctp_send_sack()10508 stcb->asoc.cumack_log_atsnt = 0; in sctp_send_sack()
970 asoc->cumack_log_atsnt = 0; in sctp_init_asoc()