Lines Matching refs:gapstart
2500 uint32_t gapstart = 0;
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))
2647 gstart = gapstart;
2716 uint32_t gapstart = 0;
2876 if (gapstart != 0) {
2878 if (SEQ_LEQ(cumtsn + ntohs(ssf->ssf_start), gapstart)) {
2882 &trysend, &fast_recovery, gapstart);
2890 gapstart = cumtsn + ntohs(ssf->ssf_start);
2899 if (SEQ_GT(gapstart, sctp->sctp_ltsn - 1) ||
2903 } else if (SEQ_LT(gapend, gapstart) ||
2904 SEQ_LEQ(gapstart, cumtsn)) {
2912 * corresponding to gapstart. All the unacked chunks till we
2913 * get to the chunk with TSN == gapstart will have their
2921 ASSERT(SEQ_LEQ(xtsn, gapstart));
2922 while (xtsn != gapstart) {
2976 "xmit list: %p", gapstart,
2989 * Now that we have found the chunk with TSN == 'gapstart',