Lines Matching defs:nchk
3915 struct sctp_tmit_chunk *chk, *nchk;
3964 nchk = TAILQ_NEXT(chk, sctp_next);
3987 chk = nchk;
4830 struct sctp_tmit_chunk *chk, *nchk;
4833 nchk = TAILQ_NEXT(chk, sctp_next);
4848 chk = nchk;
4949 struct sctp_tmit_chunk *chk, *nchk;
4951 chk; chk = nchk) {
4952 nchk = TAILQ_NEXT(chk, sctp_next);
4996 struct sctp_tmit_chunk *chk, *nchk;
5005 nchk = TAILQ_NEXT(chk, sctp_next);
5065 chk = nchk;
5071 nchk = TAILQ_NEXT(chk, sctp_next);
5090 chk = nchk;
5097 nchk = TAILQ_NEXT(chk, sctp_next);
5118 chk = nchk;
5277 struct sctp_tmit_chunk *chk, *nchk;
5464 chk; chk = nchk) {
5465 nchk = TAILQ_NEXT(chk, sctp_next);
5698 for (chk = TAILQ_FIRST(&asoc->send_queue); chk; chk = nchk) {
5720 nchk = TAILQ_NEXT(chk, sctp_next);