Searched refs:cumack_log_atsnt (Results 1 – 3 of 3) sorted by relevance
987 uint16_t cumack_log_atsnt; member
10615 stcb->asoc.cumack_logsnt[stcb->asoc.cumack_log_atsnt] = asoc->cumulative_tsn; in sctp_send_sack()10616 stcb->asoc.cumack_log_atsnt++; in sctp_send_sack()10617 if (stcb->asoc.cumack_log_atsnt >= SCTP_TSN_LOG_SIZE) { in sctp_send_sack()10618 stcb->asoc.cumack_log_atsnt = 0; in sctp_send_sack()
1186 asoc->cumack_log_atsnt = 0; in sctp_init_asoc()