HomeSort by: relevance | last modified time | path
    Searched refs:nchk (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/netinet/
sctp_output.c 3915 struct sctp_tmit_chunk *chk, *nchk; local
3964 nchk = TAILQ_NEXT(chk, sctp_next);
3987 chk = nchk;
4830 struct sctp_tmit_chunk *chk, *nchk; local
4833 nchk = TAILQ_NEXT(chk, sctp_next);
4848 chk = nchk;
4949 struct sctp_tmit_chunk *chk, *nchk; local
4951 chk; chk = nchk) {
4952 nchk = TAILQ_NEXT(chk, sctp_next);
4996 struct sctp_tmit_chunk *chk, *nchk; local
5277 struct sctp_tmit_chunk *chk, *nchk; local
    [all...]
sctp_indata.c 4332 struct sctp_tmit_chunk *chk, *nchk; local
4344 nchk = TAILQ_NEXT(chk, sctp_next);
4358 chk = nchk;
4367 nchk = TAILQ_NEXT(chk, sctp_next);
4382 chk = nchk;
sctp_pcb.c 4493 struct sctp_tmit_chunk *chk, *nchk; local
4505 nchk = TAILQ_NEXT(chk, sctp_next);
4530 chk = nchk;
4536 nchk = TAILQ_NEXT(chk, sctp_next);
4566 chk = nchk;
sctp_input.c 2630 struct sctp_tmit_chunk *chk, *nchk; local
2636 chk; chk = nchk) {
2637 nchk = TAILQ_NEXT(chk, sctp_next);
sctp_usrreq.c 292 struct sctp_tmit_chunk *chk, *nchk; local
329 nchk = TAILQ_NEXT(chk, sctp_next);
333 chk = nchk;

Completed in 40 milliseconds