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

/freebsd-9.3-release/sys/netinet/
H A Dsctp_indata.h90 sctp_express_handle_sack(struct sctp_tcb *stcb, uint32_t cumack,
H A Dsctp_indata.c2019 panic("huh, cumack 0x%x greater than high-tsn 0x%x in map",
2022 SCTP_PRINTF("huh, cumack 0x%x greater than high-tsn 0x%x in map - should panic?\n",
2600 * next expected pseudo-cumack, or
2602 * cumack trackers for first transmissions,
2664 * CMT: CUCv2 algorithm. If (rtx-)pseudo-cumack for corresp
2665 * dest is being acked, then we have a new (rtx-)pseudo-cumack. Set
2667 * updated. Also trigger search for the next expected (rtx-)pseudo-cumack.
2874 struct sctp_association *asoc, uint32_t cumack,
2880 if (SCTP_TSN_GT(tp1->rec.data.TSN_seq, cumack)) {
2914 cumack,
2873 sctp_check_for_revoked(struct sctp_tcb *stcb, struct sctp_association *asoc, uint32_t cumack, uint32_t biggest_tsn_acked) argument
3547 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.h816 uint32_t cumack; member in struct:sctp_sack_log
H A Dsctputil.c166 sctp_log_sack(uint32_t old_cumack, uint32_t cumack, uint32_t tsn, uint16_t gaps, uint16_t dups, int from) argument
170 sctp_clog.x.sack.cumack = cumack;
4581 * is populated in the outbound sinfo structure from the true cumack

Completed in 136 milliseconds