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