Searched refs:tsn_last_delivered (Results 1 – 3 of 3) sorted by relevance
425 if (chk->rec.data.TSN_seq != (asoc->tsn_last_delivered + 1)) { in sctp_service_reassembly()517 asoc->tsn_last_delivered = chk->rec.data.TSN_seq; in sctp_service_reassembly()814 asoc->tsn_last_delivered = in sctp_deliver_reasm_check()856 cum_ackp1 = asoc->tsn_last_delivered + 1; in sctp_queue_data_for_reasm()1629 asoc->tsn_last_delivered = tsn; in sctp_process_a_data_chunk()1720 estimate_tsn = asoc->tsn_last_delivered + 1; in sctp_process_a_data_chunk()2294 asoc->tsn_last_delivered = chk->rec.data.TSN_seq - 1; in sctp_service_queues()5087 if (SCTP_TSN_GT(chk->rec.data.TSN_seq, asoc->tsn_last_delivered)) {5088 asoc->tsn_last_delivered = chk->rec.data.TSN_seq;5243 if (SCTP_TSN_GT(chk->rec.data.TSN_seq, asoc->tsn_last_delivered)) {[all …]
995 uint32_t tsn_last_delivered; member
400 asoc->tsn_last_delivered = asoc->cumulative_tsn = asoc->asconf_seq_in; in sctp_process_init()3808 stcb->asoc.tsn_last_delivered = stcb->asoc.cumulative_tsn = stcb->asoc.highest_tsn_inside_map;3926 asoc->tsn_last_delivered = asoc->cumulative_tsn = asoc->highest_tsn_inside_map;