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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_indata.h92 sctp_express_handle_sack(struct sctp_tcb *stcb, uint32_t cumack,
H A Dsctp_indata.c2034 panic("huh, cumack 0x%x greater than high-tsn 0x%x in map",
2037 SCTP_PRINTF("huh, cumack 0x%x greater than high-tsn 0x%x in map - should panic?\n",
2623 * next expected pseudo-cumack, or
2625 * cumack trackers for first transmissions,
2687 * CMT: CUCv2 algorithm. If (rtx-)pseudo-cumack for corresp
2688 * dest is being acked, then we have a new (rtx-)pseudo-cumack. Set
2690 * updated. Also trigger search for the next expected (rtx-)pseudo-cumack.
2895 struct sctp_association *asoc, uint32_t cumack,
2901 if (SCTP_TSN_GT(tp1->rec.data.TSN_seq, cumack)) {
2933 cumack,
2894 sctp_check_for_revoked(struct sctp_tcb *stcb, struct sctp_association *asoc, uint32_t cumack, uint32_t biggest_tsn_acked) argument
3556 sctp_express_handle_sack(struct sctp_tcb *stcb, uint32_t cumack, uint32_t rwnd, int *abort_now, int ecne_seen) argument
[all...]
H A Dsctp_uio.h857 uint32_t cumack; member in struct:sctp_sack_log
H A Dsctputil.c195 sctp_log_sack(uint32_t old_cumack, uint32_t cumack, uint32_t tsn, uint16_t gaps, uint16_t dups, int from) argument
200 sctp_clog.x.sack.cumack = cumack;
4957 * is populated in the outbound sinfo structure from the true cumack

Completed in 118 milliseconds