Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_indata.c294 if (SCTP_TSN_GE(asoc->cumulative_tsn, tsn)) { in sctp_mark_non_revokable()
1763 if (SCTP_TSN_GE(asoc->cumulative_tsn, tsn)) { in sctp_process_a_data_chunk()
1852 if (tsn == (asoc->cumulative_tsn + 1)) { in sctp_process_a_data_chunk()
1854 asoc->cumulative_tsn = tsn; in sctp_process_a_data_chunk()
2279 if (tsn == (asoc->cumulative_tsn + 1)) { in sctp_process_a_data_chunk()
2281 asoc->cumulative_tsn = tsn; in sctp_process_a_data_chunk()
2306 SCTP_TSN_GE(asoc->cumulative_tsn, liste->tsn)) { in sctp_process_a_data_chunk()
2417 old_cumack = asoc->cumulative_tsn; in sctp_slide_mapping_arrays()
2449 asoc->highest_tsn_inside_map = asoc->cumulative_tsn; in sctp_slide_mapping_arrays()
2720 *high_tsn = asoc->cumulative_tsn; in sctp_process_data()
[all …]
H A Dsctp_sysctl.c473 xstcb.cumulative_tsn = stcb->asoc.last_acked_seq; in sctp_sysctl_handle_assoclist()
474 xstcb.cumulative_tsn_ack = stcb->asoc.cumulative_tsn; in sctp_sysctl_handle_assoclist()
H A Dsctp_structs.h939 uint32_t cumulative_tsn; member
H A Dsctp_input.c381 asoc->tsn_last_delivered = asoc->cumulative_tsn = asoc->asconf_seq_in; in sctp_process_init()
3607 stcb->asoc.tsn_last_delivered = stcb->asoc.cumulative_tsn = stcb->asoc.highest_tsn_inside_map; in sctp_handle_stream_reset_response()
3615 stcb->asoc.last_acked_seq = stcb->asoc.cumulative_tsn; in sctp_handle_stream_reset_response()
3740 asoc->tsn_last_delivered = asoc->cumulative_tsn = asoc->highest_tsn_inside_map; in sctp_handle_str_reset_request_tsn()
3801 } else if (SCTP_TSN_GE(asoc->cumulative_tsn, tsn)) { in sctp_handle_str_reset_request_out()
5650 was_a_gap = SCTP_TSN_GT(highest_tsn, stcb->asoc.cumulative_tsn); in sctp_common_input_processing()
H A Dsctp_output.c9225 shutdown_cp->cumulative_tsn_ack = htonl(stcb->asoc.cumulative_tsn); in sctp_send_shutdown()
9236 shutdown_cp->cumulative_tsn_ack = htonl(stcb->asoc.cumulative_tsn); in sctp_send_shutdown()
10559 if (highest_tsn == asoc->cumulative_tsn) { in sctp_send_sack()
10644 if (SCTP_TSN_GT(asoc->mapping_array_base_tsn, asoc->cumulative_tsn)) { in sctp_send_sack()
10647 offset = asoc->mapping_array_base_tsn - asoc->cumulative_tsn; in sctp_send_sack()
10650 SCTP_TSN_GT(highest_tsn, asoc->cumulative_tsn)) || in sctp_send_sack()
10652 SCTP_TSN_GT(asoc->highest_tsn_inside_map, asoc->cumulative_tsn))) { in sctp_send_sack()
10723 if (SCTP_TSN_GT(asoc->mapping_array_base_tsn, asoc->cumulative_tsn)) { in sctp_send_sack()
10726 offset = asoc->mapping_array_base_tsn - asoc->cumulative_tsn; in sctp_send_sack()
10812 sack->sack.cum_tsn_ack = htonl(asoc->cumulative_tsn); in sctp_send_sack()
[all …]
H A Dsctp_uio.h1195 uint32_t cumulative_tsn; member
H A Dsctp_pcb.c4750 sq->sinfo_cumtsn = stcb->asoc.cumulative_tsn; in sctp_free_assoc()
6785 if (asoc->cumulative_tsn == asoc->highest_tsn_inside_map) { in sctp_drain_mbufs()
6790 cumulative_tsn_p1 = asoc->cumulative_tsn + 1; in sctp_drain_mbufs()
H A Dsctputil.c1381 asoc->cumulative_tsn, in sctp_print_mapping_array()
5888 sinfo->sinfo_cumtsn = stcb->asoc.cumulative_tsn; in sctp_sorecvmsg()
/f-stack/tools/compat/include/netinet/
H A Dsctp_uio.h1195 uint32_t cumulative_tsn; member