Lines Matching refs:ssf
2497 sctp_process_uo_gaps(sctp_t *sctp, uint32_t ctsn, sctp_sack_frag_t *ssf, in sctp_process_uo_gaps() argument
2522 for (gapcnt = 0; gapcnt < num_gaps; gapcnt++, ssf++) { in sctp_process_uo_gaps()
2530 SEQ_LT(ctsn + ntohs(ssf->ssf_start), xtsn)) { in sctp_process_uo_gaps()
2538 gapstart = ctsn + ntohs(ssf->ssf_start); in sctp_process_uo_gaps()
2539 gapend = ctsn + ntohs(ssf->ssf_end); in sctp_process_uo_gaps()
2712 sctp_sack_frag_t *ssf; in sctp_got_sack() local
2840 num_gaps * sizeof (*ssf))) { in sctp_got_sack()
2876 ssf = (sctp_sack_frag_t *)(sc + 1); in sctp_got_sack()
2877 for (i = 0; i < num_gaps; i++, ssf++) { in sctp_got_sack()
2880 if (SEQ_LEQ(cumtsn + ntohs(ssf->ssf_start), gapstart)) { in sctp_got_sack()
2882 cumtsn, ssf, num_gaps - i, in sctp_got_sack()
2892 gapstart = cumtsn + ntohs(ssf->ssf_start); in sctp_got_sack()
2893 gapend = cumtsn + ntohs(ssf->ssf_end); in sctp_got_sack()