Lines Matching full:tsn
198 * association to the same value as the initial TSN.
475 /* 3) The sender MUST store the next TSN to be sent in
855 /* Allocate the next TSN, Transmission Sequence Number, for the given
862 * 2**32 - 1. That is, the next TSN a DATA chunk MUST use
863 * after transmitting TSN = 2*32 - 1 is TSN = 0.
903 * Find which transport this TSN was sent on.
906 __u32 tsn)
912 __be32 key = htonl(tsn);
923 * list. Return which transport this TSN lives on.
927 * outbound path and not have to look for the TSN at all.
936 if (key == chunk->subh.data_hdr->tsn) {
950 if (key == chunk->subh.data_hdr->tsn) {