Home
last modified time | relevance | path

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

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