Lines Matching full:tsn
197 * association to the same value as the initial TSN. in sctp_association_init()
474 /* 3) The sender MUST store the next TSN to be sent in in sctp_assoc_set_primary()
872 /* Allocate the next TSN, Transmission Sequence Number, for the given
879 * 2**32 - 1. That is, the next TSN a DATA chunk MUST use in sctp_association_get_next_tsn()
880 * after transmitting TSN = 2*32 - 1 is TSN = 0. in sctp_association_get_next_tsn()
920 * Find which transport this TSN was sent on.
923 __u32 tsn) in sctp_assoc_lookup_tsn() argument
929 __be32 key = htonl(tsn); in sctp_assoc_lookup_tsn()
940 * list. Return which transport this TSN lives on. in sctp_assoc_lookup_tsn()
944 * outbound path and not have to look for the TSN at all. in sctp_assoc_lookup_tsn()
953 if (key == chunk->subh.data_hdr->tsn) { in sctp_assoc_lookup_tsn()
967 if (key == chunk->subh.data_hdr->tsn) { in sctp_assoc_lookup_tsn()