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

  /src/sys/netinet/
sctp_indata.c 4332 struct sctp_tmit_chunk *chk, *nchk; local in function:sctp_kick_prsctp_reorder_queue
4344 nchk = TAILQ_NEXT(chk, sctp_next);
4358 chk = nchk;
4367 nchk = TAILQ_NEXT(chk, sctp_next);
4382 chk = nchk;
sctp_indata.c 4332 struct sctp_tmit_chunk *chk, *nchk; local in function:sctp_kick_prsctp_reorder_queue
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 in function:sctp_drain_mbufs
4505 nchk = TAILQ_NEXT(chk, sctp_next);
4530 chk = nchk;
4536 nchk = TAILQ_NEXT(chk, sctp_next);
4566 chk = nchk;
sctp_usrreq.c 292 struct sctp_tmit_chunk *chk, *nchk; local in function:sctp_notify_mbuf
329 nchk = TAILQ_NEXT(chk, sctp_next);
333 chk = nchk;
sctp_input.c 2630 struct sctp_tmit_chunk *chk, *nchk; local in function:sctp_clean_up_stream_reset
2636 chk; chk = nchk) {
2637 nchk = TAILQ_NEXT(chk, sctp_next);
sctp_pcb.c 4493 struct sctp_tmit_chunk *chk, *nchk; local in function:sctp_drain_mbufs
4505 nchk = TAILQ_NEXT(chk, sctp_next);
4530 chk = nchk;
4536 nchk = TAILQ_NEXT(chk, sctp_next);
4566 chk = nchk;
sctp_usrreq.c 292 struct sctp_tmit_chunk *chk, *nchk; local in function:sctp_notify_mbuf
329 nchk = TAILQ_NEXT(chk, sctp_next);
333 chk = nchk;
sctp_input.c 2630 struct sctp_tmit_chunk *chk, *nchk; local in function:sctp_clean_up_stream_reset
2636 chk; chk = nchk) {
2637 nchk = TAILQ_NEXT(chk, sctp_next);
sctp_output.c 3915 struct sctp_tmit_chunk *chk, *nchk; local in function:sctp_prune_prsctp
3964 nchk = TAILQ_NEXT(chk, sctp_next);
3987 chk = nchk;
4830 struct sctp_tmit_chunk *chk, *nchk; local in function:sctp_toss_old_cookies
4833 nchk = TAILQ_NEXT(chk, sctp_next);
4848 chk = nchk;
4949 struct sctp_tmit_chunk *chk, *nchk; local in function:sctp_clean_up_ctl
4951 chk; chk = nchk) {
4952 nchk = TAILQ_NEXT(chk, sctp_next);
4996 struct sctp_tmit_chunk *chk, *nchk; local in function:sctp_move_to_outqueue
5277 struct sctp_tmit_chunk *chk, *nchk; local in function:sctp_med_chunk_output
    [all...]
sctp_output.c 3915 struct sctp_tmit_chunk *chk, *nchk; local in function:sctp_prune_prsctp
3964 nchk = TAILQ_NEXT(chk, sctp_next);
3987 chk = nchk;
4830 struct sctp_tmit_chunk *chk, *nchk; local in function:sctp_toss_old_cookies
4833 nchk = TAILQ_NEXT(chk, sctp_next);
4848 chk = nchk;
4949 struct sctp_tmit_chunk *chk, *nchk; local in function:sctp_clean_up_ctl
4951 chk; chk = nchk) {
4952 nchk = TAILQ_NEXT(chk, sctp_next);
4996 struct sctp_tmit_chunk *chk, *nchk; local in function:sctp_move_to_outqueue
5277 struct sctp_tmit_chunk *chk, *nchk; local in function:sctp_med_chunk_output
    [all...]

Completed in 51 milliseconds