Searched defs:next_tsn (Results 1 - 1 of 1) sorted by relevance

/net/sctp/
H A Dulpqueue.c411 __u32 ctsn, next_tsn; local
423 next_tsn = 0;
428 * 'first_frag' and next_tsn are reset when we find a chunk which
459 next_tsn = ctsn + 1;
463 if ((first_frag) && (ctsn == next_tsn)) {
464 next_tsn++;
474 if (first_frag && (ctsn == next_tsn))
519 __u32 ctsn, next_tsn; local
533 next_tsn = 0;
548 next_tsn
619 __u32 ctsn, next_tsn; local
[all...]

Completed in 428 milliseconds