Home
last modified time | relevance | path

Searched refs:cumulative_tsn (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_indata.c291 if (SCTP_TSN_GE(asoc->cumulative_tsn, tsn)) { in sctp_mark_non_revokable()
1765 if (SCTP_TSN_GE(asoc->cumulative_tsn, tsn)) { in sctp_process_a_data_chunk()
1854 if (tsn == (asoc->cumulative_tsn + 1)) { in sctp_process_a_data_chunk()
1856 asoc->cumulative_tsn = tsn; in sctp_process_a_data_chunk()
2281 if (tsn == (asoc->cumulative_tsn + 1)) { in sctp_process_a_data_chunk()
2283 asoc->cumulative_tsn = tsn; in sctp_process_a_data_chunk()
2308 SCTP_TSN_GE(asoc->cumulative_tsn, liste->tsn)) { in sctp_process_a_data_chunk()
2419 old_cumack = asoc->cumulative_tsn; in sctp_slide_mapping_arrays()
2451 asoc->highest_tsn_inside_map = asoc->cumulative_tsn; in sctp_slide_mapping_arrays()
2722 *high_tsn = asoc->cumulative_tsn; in sctp_process_data()
[all …]
H A Dsctp_sysctl.c501 xstcb.cumulative_tsn = stcb->asoc.last_acked_seq; in sctp_sysctl_handle_assoclist()
502 xstcb.cumulative_tsn_ack = stcb->asoc.cumulative_tsn; in sctp_sysctl_handle_assoclist()
H A Dsctp_input.c339 asoc->tsn_last_delivered = asoc->cumulative_tsn = asoc->asconf_seq_in; in sctp_process_init()
842 if (SCTP_TSN_GT(asoc->highest_tsn_inside_map, asoc->cumulative_tsn) || in sctp_check_data_from_peer()
843 SCTP_TSN_GT(asoc->highest_tsn_inside_nr_map, asoc->cumulative_tsn)) { in sctp_check_data_from_peer()
3559 stcb->asoc.tsn_last_delivered = stcb->asoc.cumulative_tsn = stcb->asoc.highest_tsn_inside_map; in sctp_handle_stream_reset_response()
3567 stcb->asoc.last_acked_seq = stcb->asoc.cumulative_tsn; in sctp_handle_stream_reset_response()
3690 asoc->tsn_last_delivered = asoc->cumulative_tsn = asoc->highest_tsn_inside_map; in sctp_handle_str_reset_request_tsn()
3751 } else if (SCTP_TSN_GE(asoc->cumulative_tsn, tsn)) { in sctp_handle_str_reset_request_out()
5653 was_a_gap = SCTP_TSN_GT(highest_tsn, stcb->asoc.cumulative_tsn); in sctp_common_input_processing()
H A Dsctp_structs.h940 uint32_t cumulative_tsn; member
H A Dsctp_output.c9298 shutdown_cp->cumulative_tsn_ack = htonl(stcb->asoc.cumulative_tsn); in sctp_send_shutdown()
9309 shutdown_cp->cumulative_tsn_ack = htonl(stcb->asoc.cumulative_tsn); in sctp_send_shutdown()
10653 if (highest_tsn == asoc->cumulative_tsn) { in sctp_send_sack()
10738 if (SCTP_TSN_GT(asoc->mapping_array_base_tsn, asoc->cumulative_tsn)) { in sctp_send_sack()
10741 offset = asoc->mapping_array_base_tsn - asoc->cumulative_tsn; in sctp_send_sack()
10744 SCTP_TSN_GT(highest_tsn, asoc->cumulative_tsn)) || in sctp_send_sack()
10746 SCTP_TSN_GT(asoc->highest_tsn_inside_map, asoc->cumulative_tsn))) { in sctp_send_sack()
10817 if (SCTP_TSN_GT(asoc->mapping_array_base_tsn, asoc->cumulative_tsn)) { in sctp_send_sack()
10820 offset = asoc->mapping_array_base_tsn - asoc->cumulative_tsn; in sctp_send_sack()
10906 sack->sack.cum_tsn_ack = htonl(asoc->cumulative_tsn); in sctp_send_sack()
[all …]
H A Dsctp_uio.h1200 uint32_t cumulative_tsn; member
H A Dsctp_pcb.c4758 sq->sinfo_cumtsn = stcb->asoc.cumulative_tsn; in sctp_free_assoc()
6769 if (asoc->cumulative_tsn == asoc->highest_tsn_inside_map) { in sctp_drain_mbufs()
6774 cumulative_tsn_p1 = asoc->cumulative_tsn + 1; in sctp_drain_mbufs()
H A Dsctputil.c1388 asoc->cumulative_tsn, in sctp_print_mapping_array()
5946 sinfo->sinfo_cumtsn = stcb->asoc.cumulative_tsn; in sctp_sorecvmsg()