Searched refs:gapstart (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_input.c2500 uint32_t gapstart = 0; local
2513 * gstart tracks the last (in the order of TSN) gapstart that
2521 if (gapstart != 0) {
2536 gapstart = ctsn + ntohs(ssf->ssf_start);
2545 if (SEQ_GT(gapstart, sctp->sctp_ltsn - 1) ||
2550 } else if (SEQ_LT(gapend, gapstart) ||
2551 SEQ_LEQ(gapstart, ctsn)) {
2561 while (xtsn != gapstart) {
2587 * Now that we have found the chunk with TSN == 'gapstart',
2646 if (SEQ_LT(gstart, gapstart))
2716 uint32_t gapstart = 0; local
[all...]

Completed in 62 milliseconds