Lines Matching defs:cum_ack
2866 sctp_check_for_revoked(struct sctp_association *asoc, u_long cum_ack,
2874 if (compare_with_wrap(tp1->rec.data.TSN_seq, cum_ack,
3472 u_long cum_ack, last_tsn, biggest_tsn_acked, biggest_tsn_newly_acked;
3542 cum_ack = last_tsn = ntohl(sack->cum_tsn_ack);
3554 if (cum_ack == send_s ||
3555 compare_with_wrap(cum_ack, send_s, MAX_TSN)) {
3586 printf("cum_ack:%lx num_seg:%u last_acked_seq:%x\n",
3587 cum_ack, (u_int)num_seg, asoc->last_acked_seq);
3591 if (compare_with_wrap(asoc->t3timeout_highest_marked, cum_ack, MAX_TSN)) {
3789 asoc->last_acked_seq = cum_ack;
3791 if ((cum_ack == asoc->primary_destination->next_tsn_at_change) ||
3792 (compare_with_wrap(cum_ack,
3804 asoc->t3timeout_highest_marked = cum_ack;
3808 if (compare_with_wrap(tp1->rec.data.TSN_seq, cum_ack,
3865 sctp_check_for_revoked(asoc, cum_ack, biggest_tsn_acked);
4115 if (compare_with_wrap(cum_ack, asoc->advanced_peer_ack_point, MAX_TSN)) {
4116 asoc->advanced_peer_ack_point = cum_ack;
4123 if (compare_with_wrap(asoc->advanced_peer_ack_point, cum_ack,