Home
last modified time | relevance | path

Searched refs:cumack (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_indata.h92 sctp_express_handle_sack(struct sctp_tcb *stcb, uint32_t cumack,
Dsctp_indata.c2895 struct sctp_association *asoc, uint32_t cumack, in sctp_check_for_revoked() argument
2901 if (SCTP_TSN_GT(tp1->rec.data.TSN_seq, cumack)) { in sctp_check_for_revoked()
2933 cumack, in sctp_check_for_revoked()
3556 sctp_express_handle_sack(struct sctp_tcb *stcb, uint32_t cumack, argument
3569 sctp_misc_ints(SCTP_SACK_LOG_EXPRESS, cumack,
3574 stcb->asoc.cumack_log[stcb->asoc.cumack_log_at] = cumack;
3582 if (SCTP_TSN_GT(asoc->last_acked_seq, cumack)) {
3585 } else if (asoc->last_acked_seq == cumack) {
3601 if (SCTP_TSN_GT(cumack, net->cwr_window_tsn)) {
3603 net->cwr_window_tsn = cumack;
[all …]
Dsctp_uio.h857 uint32_t cumack; member
Dsctputil.c195 sctp_log_sack(uint32_t old_cumack, uint32_t cumack, uint32_t tsn, uint16_t gaps, uint16_t dups, int… in sctp_log_sack() argument
200 sctp_clog.x.sack.cumack = cumack; in sctp_log_sack()