Home
last modified time | relevance | path

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

/Linux-v4.19/net/sctp/
Dulpqueue.c425 __u32 ctsn, next_tsn; in sctp_ulpq_retrieve_reassembled() local
437 next_tsn = 0; in sctp_ulpq_retrieve_reassembled()
473 next_tsn = ctsn + 1; in sctp_ulpq_retrieve_reassembled()
477 if ((first_frag) && (ctsn == next_tsn)) { in sctp_ulpq_retrieve_reassembled()
478 next_tsn++; in sctp_ulpq_retrieve_reassembled()
488 if (first_frag && (ctsn == next_tsn)) in sctp_ulpq_retrieve_reassembled()
533 __u32 ctsn, next_tsn; in sctp_ulpq_retrieve_partial() local
547 next_tsn = 0; in sctp_ulpq_retrieve_partial()
562 next_tsn = ctsn + 1; in sctp_ulpq_retrieve_partial()
564 } else if (next_tsn == ctsn) { in sctp_ulpq_retrieve_partial()
[all …]
Dstream.c759 __u32 init_tsn = 0, next_tsn = 0, max_tsn_seen; in sctp_process_strreset_tsnreq() local
775 next_tsn = asoc->ctsn_ack_point + 1; in sctp_process_strreset_tsnreq()
825 next_tsn = asoc->next_tsn; in sctp_process_strreset_tsnreq()
826 asoc->ctsn_ack_point = next_tsn - 1; in sctp_process_strreset_tsnreq()
842 next_tsn, GFP_ATOMIC); in sctp_process_strreset_tsnreq()
848 next_tsn, init_tsn); in sctp_process_strreset_tsnreq()
1095 asoc->next_tsn = rtsn; in sctp_process_strreset_resp()
1096 asoc->ctsn_ack_point = asoc->next_tsn - 1; in sctp_process_strreset_resp()
Dassociola.c193 asoc->next_tsn = asoc->c.initial_tsn; in sctp_association_init()
195 asoc->ctsn_ack_point = asoc->next_tsn - 1; in sctp_association_init()
495 transport->cacc.next_tsn_at_change = asoc->next_tsn; in sctp_assoc_set_primary()
898 __u32 retval = asoc->next_tsn; in sctp_association_get_next_tsn()
899 asoc->next_tsn++; in sctp_association_get_next_tsn()
1153 asoc->next_tsn = new->next_tsn; in sctp_assoc_update()
1183 asoc->ctsn_ack_point = asoc->next_tsn - 1; in sctp_assoc_update()
Dtransport.c549 asoc->fast_recovery_exit = asoc->next_tsn - 1; in sctp_transport_lower_cwnd()
Doutqueue.c1224 unack_data = assoc->next_tsn - assoc->ctsn_ack_point - 1; in sctp_sack_update_unack_data()
1657 (sack_ctsn+2 == q->asoc->next_tsn) && in sctp_check_transmitted()
Dsm_make_chunk.c1854 retval->next_tsn = retval->c.initial_tsn; in sctp_unpack_cookie()
1855 retval->ctsn_ack_point = retval->next_tsn - 1; in sctp_unpack_cookie()
3662 outreq.send_reset_at_tsn = htonl(asoc->next_tsn - 1); in sctp_make_strreset_req()
Dsm_statefuns.c2792 if (!TSN_lt(ctsn, asoc->next_tsn)) in sctp_sf_do_9_2_shutdown()
2877 if (!TSN_lt(ctsn, asoc->next_tsn)) in sctp_sf_do_9_2_shut_ctsn()
3332 if (!TSN_lt(ctsn, asoc->next_tsn)) in sctp_sf_eat_sack_6_2()
Dsocket.c8809 newinet->inet_id = asoc->next_tsn ^ jiffies; in sctp_copy_sock()
/Linux-v4.19/include/net/sctp/
Dstructs.h1836 __u32 next_tsn; member