Home
last modified time | relevance | path

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

/linux-4.4.14/net/sctp/
Dulpqueue.c412 __u32 ctsn, next_tsn; in sctp_ulpq_retrieve_reassembled() local
424 next_tsn = 0; in sctp_ulpq_retrieve_reassembled()
460 next_tsn = ctsn + 1; in sctp_ulpq_retrieve_reassembled()
464 if ((first_frag) && (ctsn == next_tsn)) { in sctp_ulpq_retrieve_reassembled()
465 next_tsn++; in sctp_ulpq_retrieve_reassembled()
475 if (first_frag && (ctsn == next_tsn)) in sctp_ulpq_retrieve_reassembled()
520 __u32 ctsn, next_tsn; in sctp_ulpq_retrieve_partial() local
534 next_tsn = 0; in sctp_ulpq_retrieve_partial()
549 next_tsn = ctsn + 1; in sctp_ulpq_retrieve_partial()
551 } else if (next_tsn == ctsn) { in sctp_ulpq_retrieve_partial()
[all …]
Dassociola.c192 asoc->next_tsn = asoc->c.initial_tsn; in sctp_association_init()
194 asoc->ctsn_ack_point = asoc->next_tsn - 1; in sctp_association_init()
482 transport->cacc.next_tsn_at_change = asoc->next_tsn; in sctp_assoc_set_primary()
873 __u32 retval = asoc->next_tsn; in sctp_association_get_next_tsn()
874 asoc->next_tsn++; in sctp_association_get_next_tsn()
1123 asoc->next_tsn = new->next_tsn; in sctp_assoc_update()
1153 asoc->ctsn_ack_point = asoc->next_tsn - 1; in sctp_assoc_update()
Dtransport.c509 asoc->fast_recovery_exit = asoc->next_tsn - 1; in sctp_transport_lower_cwnd()
Doutqueue.c1108 unack_data = assoc->next_tsn - assoc->ctsn_ack_point - 1; in sctp_sack_update_unack_data()
1539 (sack_ctsn+2 == q->asoc->next_tsn) && in sctp_check_transmitted()
Dsm_statefuns.c2663 if (!TSN_lt(ctsn, asoc->next_tsn)) in sctp_sf_do_9_2_shutdown()
2748 if (!TSN_lt(ctsn, asoc->next_tsn)) in sctp_sf_do_9_2_shut_ctsn()
3202 if (!TSN_lt(ctsn, asoc->next_tsn)) in sctp_sf_eat_sack_6_2()
Dsm_make_chunk.c1836 retval->next_tsn = retval->c.initial_tsn; in sctp_unpack_cookie()
1837 retval->ctsn_ack_point = retval->next_tsn - 1; in sctp_unpack_cookie()
Dsocket.c7201 newinet->inet_id = asoc->next_tsn ^ jiffies; in sctp_copy_sock()
/linux-4.4.14/include/net/sctp/
Dstructs.h1621 __u32 next_tsn; member