Lines Matching refs:lchk
153 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()
1702 struct sctp_tmit_chunk *lchk; in sctp_hs_cwnd_update_after_fr() local
1706 lchk = TAILQ_FIRST(&asoc->send_queue); in sctp_hs_cwnd_update_after_fr()
1711 if (lchk == NULL) { in sctp_hs_cwnd_update_after_fr()
1715 asoc->fast_recovery_tsn = lchk->rec.data.tsn - 1; in sctp_hs_cwnd_update_after_fr()
1724 if (lchk == NULL) { in sctp_hs_cwnd_update_after_fr()
1728 net->fast_recovery_tsn = lchk->rec.data.tsn - 1; in sctp_hs_cwnd_update_after_fr()
2227 struct sctp_tmit_chunk *lchk; in sctp_htcp_cwnd_update_after_fr() local
2239 lchk = TAILQ_FIRST(&asoc->send_queue); in sctp_htcp_cwnd_update_after_fr()
2244 if (lchk == NULL) { in sctp_htcp_cwnd_update_after_fr()
2248 asoc->fast_recovery_tsn = lchk->rec.data.tsn - 1; in sctp_htcp_cwnd_update_after_fr()
2257 if (lchk == NULL) { in sctp_htcp_cwnd_update_after_fr()
2261 net->fast_recovery_tsn = lchk->rec.data.tsn - 1; in sctp_htcp_cwnd_update_after_fr()