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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_input.c1753 uint16_t num_gaps = sctp->sctp_sack_gaps; local
1774 sc->ssc_numfrags = htons(num_gaps);
1803 num_gaps--;
1806 ASSERT(num_gaps == 0);
2496 int num_gaps, mblk_t *umphead, mblk_t *mphead, int *trysend,
2520 for (gapcnt = 0; gapcnt < num_gaps; gapcnt++, ssf++) {
2721 int num_gaps; local
2834 num_gaps = ntohs(sc->ssc_numfrags);
2835 UPDATE_LOCAL(sctp->sctp_gapcnt, num_gaps);
2836 if (num_gaps
2495 sctp_process_uo_gaps(sctp_t *sctp, uint32_t ctsn, sctp_sack_frag_t *ssf, int num_gaps, mblk_t *umphead, mblk_t *mphead, int *trysend, boolean_t *fast_recovery, uint32_t fr_xtsn) argument
[all...]

Completed in 81 milliseconds