Searched refs:cumack_log_atsnt (Results 1 – 3 of 3) sorted by relevance
979 uint16_t cumack_log_atsnt; member
10709 stcb->asoc.cumack_logsnt[stcb->asoc.cumack_log_atsnt] = asoc->cumulative_tsn; in sctp_send_sack()10710 stcb->asoc.cumack_log_atsnt++; in sctp_send_sack()10711 if (stcb->asoc.cumack_log_atsnt >= SCTP_TSN_LOG_SIZE) { in sctp_send_sack()10712 stcb->asoc.cumack_log_atsnt = 0; in sctp_send_sack()
1186 asoc->cumack_log_atsnt = 0; in sctp_init_asoc()