Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_indata.h91 sctp_express_handle_sack(struct sctp_tcb *stcb, uint32_t cumack,
Dsctp_indata.c3286 struct sctp_association *asoc, uint32_t cumack, in sctp_check_for_revoked() argument
3292 if (SCTP_TSN_GT(tp1->rec.data.tsn, cumack)) { in sctp_check_for_revoked()
3324 cumack, in sctp_check_for_revoked()
3956 sctp_express_handle_sack(struct sctp_tcb *stcb, uint32_t cumack, argument
3970 sctp_misc_ints(SCTP_SACK_LOG_EXPRESS, cumack,
3975 stcb->asoc.cumack_log[stcb->asoc.cumack_log_at] = cumack;
3983 if (SCTP_TSN_GT(asoc->last_acked_seq, cumack)) {
3986 } else if (asoc->last_acked_seq == cumack) {
4002 if (SCTP_TSN_GT(cumack, net->cwr_window_tsn)) {
4004 net->cwr_window_tsn = cumack;
[all …]
Dsctp_uio.h864 uint32_t cumack; member
Dsctputil.c200 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
205 sctp_clog.x.sack.cumack = cumack; in sctp_log_sack()