Searched refs:cumack (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_indata.h | 86 sctp_express_handle_sack(struct sctp_tcb *stcb, uint32_t cumack,
|
| H A D | sctp_indata.c | 3251 if (SCTP_TSN_GT(tp1->rec.data.tsn, cumack)) { in sctp_check_for_revoked() 3285 cumack, in sctp_check_for_revoked() 3938 sctp_misc_ints(SCTP_SACK_LOG_EXPRESS, cumack, in sctp_express_handle_sack() 3954 } else if (asoc->last_acked_seq == cumack) { in sctp_express_handle_sack() 3972 net->cwr_window_tsn = cumack; in sctp_express_handle_sack() 3995 if (SCTP_TSN_GE(cumack, send_s)) { in sctp_express_handle_sack() 4003 cumack, send_s); in sctp_express_handle_sack() 4009 asoc->this_sack_highest_gap = cumack; in sctp_express_handle_sack() 4123 cumack, in sctp_express_handle_sack() 4197 asoc->last_acked_seq = cumack; in sctp_express_handle_sack() [all …]
|
| H A D | sctp_uio.h | 837 uint32_t cumack; member
|
| H A D | sctputil.c | 184 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 189 sctp_clog.x.sack.cumack = cumack; in sctp_log_sack()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | sctp_uio.h | 837 uint32_t cumack; member
|