Lines Matching refs:lchk
830 struct sctp_tmit_chunk *chk, *lchk, *tchk; in sctp_handle_old_unordered_data() local
844 TAILQ_FOREACH_SAFE(chk, &control->reasm, sctp_next, lchk) { in sctp_handle_old_unordered_data()
4415 struct sctp_tmit_chunk *lchk; local
4419 lchk = sctp_try_advance_peer_ack_point(stcb, asoc);
4427 } else if (lchk) {
4429 if (lchk->rec.data.fwd_tsn_cnt >= 3) {
4434 for (; lchk != NULL; lchk = TAILQ_NEXT(lchk, sctp_next)) {
4435 if (lchk->whoTo != NULL) {
4439 if (lchk != NULL) {
4442 stcb->sctp_ep, stcb, lchk->whoTo);
5273 struct sctp_tmit_chunk *lchk; local
5277 lchk = sctp_try_advance_peer_ack_point(stcb, asoc);
5290 } else if (lchk) {
5292 if (lchk->rec.data.fwd_tsn_cnt >= 3) {
5297 for (; lchk != NULL; lchk = TAILQ_NEXT(lchk, sctp_next)) {
5298 if (lchk->whoTo != NULL) {
5302 if (lchk != NULL) {
5305 stcb->sctp_ep, stcb, lchk->whoTo);