Searched refs:next_tsn (Results 1 – 6 of 6) sorted by relevance
| /linux/net/sctp/ |
| H A D | ulpqueue.c | 398 __u32 ctsn, next_tsn; in sctp_ulpq_retrieve_reassembled() local 410 next_tsn = 0; in sctp_ulpq_retrieve_reassembled() 446 next_tsn = ctsn + 1; in sctp_ulpq_retrieve_reassembled() 450 if ((first_frag) && (ctsn == next_tsn)) { in sctp_ulpq_retrieve_reassembled() 451 next_tsn++; in sctp_ulpq_retrieve_reassembled() 461 if (first_frag && (ctsn == next_tsn)) in sctp_ulpq_retrieve_reassembled() 505 __u32 ctsn, next_tsn; in sctp_ulpq_retrieve_partial() local 519 next_tsn = 0; in sctp_ulpq_retrieve_partial() 534 next_tsn = ctsn + 1; in sctp_ulpq_retrieve_partial() 536 } else if (next_tsn == ctsn) { in sctp_ulpq_retrieve_partial() [all …]
|
| H A D | stream.c | 687 __u32 init_tsn = 0, next_tsn = 0, max_tsn_seen; in sctp_process_strreset_tsnreq() local 703 next_tsn = asoc->ctsn_ack_point + 1; in sctp_process_strreset_tsnreq() 753 next_tsn = asoc->next_tsn; in sctp_process_strreset_tsnreq() 754 asoc->ctsn_ack_point = next_tsn - 1; in sctp_process_strreset_tsnreq() 770 next_tsn, GFP_ATOMIC); in sctp_process_strreset_tsnreq() 776 next_tsn, init_tsn); in sctp_process_strreset_tsnreq() 1022 asoc->next_tsn = rtsn; in sctp_process_strreset_resp() 1023 asoc->ctsn_ack_point = asoc->next_tsn - 1; in sctp_process_strreset_resp()
|
| H A D | associola.c | 183 asoc->next_tsn = asoc->c.initial_tsn; in sctp_association_init() 185 asoc->ctsn_ack_point = asoc->next_tsn - 1; in sctp_association_init() 478 transport->cacc.next_tsn_at_change = asoc->next_tsn; in sctp_assoc_set_primary() 865 __u32 retval = asoc->next_tsn; 866 asoc->next_tsn++; 1115 * initial_tsn as next_tsn. If the case is B, use in sctp_assoc_update() 1116 * current next_tsn in case data sent to peer in sctp_assoc_update() 1120 asoc->next_tsn = new->next_tsn; in sctp_assoc_update() 1149 asoc->ctsn_ack_point = asoc->next_tsn in sctp_assoc_update() [all...] |
| H A D | outqueue.c | 1232 unack_data = assoc->next_tsn - assoc->ctsn_ack_point - 1; in sctp_sack_update_unack_data() 1673 (sack_ctsn+2 == q->asoc->next_tsn) && in sctp_check_transmitted()
|
| H A D | transport.c | 691 asoc->fast_recovery_exit = asoc->next_tsn - 1; in sctp_transport_lower_cwnd()
|
| H A D | sm_statefuns.c | 2893 if (!TSN_lt(ctsn, asoc->next_tsn)) in sctp_sf_do_9_2_shutdown() 2978 if (!TSN_lt(ctsn, asoc->next_tsn)) in sctp_sf_do_9_2_shut_ctsn() 3436 if (TSN_lte(asoc->next_tsn, ctsn)) in sctp_sf_eat_sack_6_2()
|