Lines Matching refs:lchk
156 struct sctp_tmit_chunk *lchk; in sctp_cwnd_update_after_fr() local
208 lchk = TAILQ_FIRST(&asoc->send_queue); in sctp_cwnd_update_after_fr()
213 if (lchk == NULL) { in sctp_cwnd_update_after_fr()
217 asoc->fast_recovery_tsn = lchk->rec.data.tsn - 1; in sctp_cwnd_update_after_fr()
226 if (lchk == NULL) { in sctp_cwnd_update_after_fr()
230 net->fast_recovery_tsn = lchk->rec.data.tsn - 1; in sctp_cwnd_update_after_fr()
1798 struct sctp_tmit_chunk *lchk; in sctp_hs_cwnd_update_after_fr() local
1802 lchk = TAILQ_FIRST(&asoc->send_queue); in sctp_hs_cwnd_update_after_fr()
1807 if (lchk == NULL) { in sctp_hs_cwnd_update_after_fr()
1811 asoc->fast_recovery_tsn = lchk->rec.data.tsn - 1; in sctp_hs_cwnd_update_after_fr()
1820 if (lchk == NULL) { in sctp_hs_cwnd_update_after_fr()
1824 net->fast_recovery_tsn = lchk->rec.data.tsn - 1; in sctp_hs_cwnd_update_after_fr()
2317 struct sctp_tmit_chunk *lchk; in sctp_htcp_cwnd_update_after_fr() local
2329 lchk = TAILQ_FIRST(&asoc->send_queue); in sctp_htcp_cwnd_update_after_fr()
2334 if (lchk == NULL) { in sctp_htcp_cwnd_update_after_fr()
2338 asoc->fast_recovery_tsn = lchk->rec.data.tsn - 1; in sctp_htcp_cwnd_update_after_fr()
2347 if (lchk == NULL) { in sctp_htcp_cwnd_update_after_fr()
2351 net->fast_recovery_tsn = lchk->rec.data.tsn - 1; in sctp_htcp_cwnd_update_after_fr()