Searched refs:num_gaps (Results 1 – 1 of 1) sorted by relevance
1753 uint16_t num_gaps = sctp->sctp_sack_gaps; in sctp_fill_sack() local1774 sc->ssc_numfrags = htons(num_gaps); in sctp_fill_sack()1803 num_gaps--; in sctp_fill_sack()1806 ASSERT(num_gaps == 0); in sctp_fill_sack()2496 int num_gaps, mblk_t *umphead, mblk_t *mphead, int *trysend, in sctp_process_uo_gaps() argument2520 for (gapcnt = 0; gapcnt < num_gaps; gapcnt++, ssf++) { in sctp_process_uo_gaps()2721 int num_gaps; in sctp_got_sack() local2834 num_gaps = ntohs(sc->ssc_numfrags); in sctp_got_sack()2835 UPDATE_LOCAL(sctp->sctp_gapcnt, num_gaps); in sctp_got_sack()2836 if (num_gaps == 0 || mp == NULL || !SCTP_CHUNK_ISSENT(mp) || in sctp_got_sack()[all …]