Searched refs:nchk (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/sys/netinet/
H A Dsctp_timer.c432 struct sctp_tmit_chunk *chk, *nchk; local
436 TAILQ_FOREACH_SAFE(chk, &asoc->sent_queue, sctp_next, nchk) {
491 struct sctp_tmit_chunk *chk, *nchk; local
554 TAILQ_FOREACH_SAFE(chk, &stcb->asoc.sent_queue, sctp_next, nchk) {
H A Dsctp_pcb.c4673 struct sctp_tmit_chunk *chk, *nchk; local
4997 TAILQ_FOREACH_SAFE(chk, &asoc->free_chunks, sctp_next, nchk) {
5012 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) {
5043 TAILQ_FOREACH_SAFE(chk, &asoc->sent_queue, sctp_next, nchk) {
5080 TAILQ_FOREACH_SAFE(chk, &asoc->control_send_queue, sctp_next, nchk) {
5094 TAILQ_FOREACH_SAFE(chk, &asoc->asconf_send_queue, sctp_next, nchk) {
5107 TAILQ_FOREACH_SAFE(chk, &asoc->reasmqueue, sctp_next, nchk) {
6837 struct sctp_tmit_chunk *chk, *nchk; local
6855 TAILQ_FOREACH_SAFE(chk, &asoc->reasmqueue, sctp_next, nchk) {
H A Dsctp_indata.c370 struct sctp_tmit_chunk *chk, *nchk; local
387 TAILQ_FOREACH_SAFE(chk, &asoc->reasmqueue, sctp_next, nchk) {
406 TAILQ_FOREACH_SAFE(chk, &asoc->reasmqueue, sctp_next, nchk) {
5026 struct sctp_tmit_chunk *chk, *nchk; local
5037 TAILQ_FOREACH_SAFE(chk, &asoc->reasmqueue, sctp_next, nchk) {
5116 struct sctp_tmit_chunk *chk, *nchk; local
5202 TAILQ_FOREACH_SAFE(chk, &asoc->reasmqueue, sctp_next, nchk) {
H A Dsctp_output.c6149 struct sctp_tmit_chunk *chk, *nchk; local
6198 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) {
6906 struct sctp_tmit_chunk *chk, *nchk; local
6908 TAILQ_FOREACH_SAFE(chk, &asoc->control_send_queue, sctp_next, nchk) {
6925 struct sctp_tmit_chunk *chk, *nchk; local
6929 TAILQ_FOREACH_SAFE(chk, &asoc->asconf_send_queue, sctp_next, nchk) {
7050 struct sctp_tmit_chunk *chk, *nchk; local
7052 TAILQ_FOREACH_SAFE(chk, &asoc->control_send_queue, sctp_next, nchk) {
7809 struct sctp_tmit_chunk *chk, *nchk; local
8073 TAILQ_FOREACH_SAFE(chk, &asoc->asconf_send_queue, sctp_next, nchk) {
[all...]
H A Dsctp_asconf.c2359 struct sctp_tmit_chunk *chk, *nchk; local
2370 TAILQ_FOREACH_SAFE(chk, &stcb->asoc.asconf_send_queue, sctp_next, nchk) {
H A Dsctputil.c3814 struct sctp_tmit_chunk *chk, *nchk; local
3836 TAILQ_FOREACH_SAFE(chk, &asoc->sent_queue, sctp_next, nchk) {
3861 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) {
H A Dsctp_input.c312 struct sctp_tmit_chunk *chk, *nchk; local
316 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) {

Completed in 156 milliseconds