Home
last modified time | relevance | path

Searched refs:cumack_log_atsnt (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_structs.h987 uint16_t cumack_log_atsnt; member
H A Dsctp_output.c10615 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()
H A Dsctputil.c1186 asoc->cumack_log_atsnt = 0; in sctp_init_asoc()