Lines Matching full:tsn
197 * association to the same value as the initial TSN. in sctp_association_init()
476 /* 3) The sender MUST store the next TSN to be sent in in sctp_assoc_set_primary()
874 /* Allocate the next TSN, Transmission Sequence Number, for the given
881 * 2**32 - 1. That is, the next TSN a DATA chunk MUST use in sctp_association_get_next_tsn()
882 * after transmitting TSN = 2*32 - 1 is TSN = 0. in sctp_association_get_next_tsn()
922 * Find which transport this TSN was sent on.
925 __u32 tsn) in sctp_assoc_lookup_tsn() argument
931 __be32 key = htonl(tsn); in sctp_assoc_lookup_tsn()
942 * list. Return which transport this TSN lives on. in sctp_assoc_lookup_tsn()
946 * outbound path and not have to look for the TSN at all. in sctp_assoc_lookup_tsn()
955 if (key == chunk->subh.data_hdr->tsn) { in sctp_assoc_lookup_tsn()
969 if (key == chunk->subh.data_hdr->tsn) { in sctp_assoc_lookup_tsn()