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

/freebsd-10.1-release/sys/netinet/
H A Dsctp_timer.c425 struct sctp_tmit_chunk *chk, *nchk; local
429 TAILQ_FOREACH_SAFE(chk, &asoc->sent_queue, sctp_next, nchk) {
479 struct sctp_tmit_chunk *chk, *nchk; local
542 TAILQ_FOREACH_SAFE(chk, &stcb->asoc.sent_queue, sctp_next, nchk) {
H A Dsctp_pcb.c4654 struct sctp_tmit_chunk *chk, *nchk; local
4978 TAILQ_FOREACH_SAFE(chk, &asoc->free_chunks, sctp_next, nchk) {
4993 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) {
5024 TAILQ_FOREACH_SAFE(chk, &asoc->sent_queue, sctp_next, nchk) {
5061 TAILQ_FOREACH_SAFE(chk, &asoc->control_send_queue, sctp_next, nchk) {
5075 TAILQ_FOREACH_SAFE(chk, &asoc->asconf_send_queue, sctp_next, nchk) {
5088 TAILQ_FOREACH_SAFE(chk, &asoc->reasmqueue, sctp_next, nchk) {
6827 struct sctp_tmit_chunk *chk, *nchk; local
6845 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) {
5014 struct sctp_tmit_chunk *chk, *nchk; local
5025 TAILQ_FOREACH_SAFE(chk, &asoc->reasmqueue, sctp_next, nchk) {
5104 struct sctp_tmit_chunk *chk, *nchk; local
5190 TAILQ_FOREACH_SAFE(chk, &asoc->reasmqueue, sctp_next, nchk) {
H A Dsctp_output.c6128 struct sctp_tmit_chunk *chk, *nchk; local
6177 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) {
6897 struct sctp_tmit_chunk *chk, *nchk; local
6899 TAILQ_FOREACH_SAFE(chk, &asoc->control_send_queue, sctp_next, nchk) {
6916 struct sctp_tmit_chunk *chk, *nchk; local
6920 TAILQ_FOREACH_SAFE(chk, &asoc->asconf_send_queue, sctp_next, nchk) {
7041 struct sctp_tmit_chunk *chk, *nchk; local
7043 TAILQ_FOREACH_SAFE(chk, &asoc->control_send_queue, sctp_next, nchk) {
7799 struct sctp_tmit_chunk *chk, *nchk; local
8061 TAILQ_FOREACH_SAFE(chk, &asoc->asconf_send_queue, sctp_next, nchk) {
[all...]
H A Dsctp_asconf.c2352 struct sctp_tmit_chunk *chk, *nchk; local
2363 TAILQ_FOREACH_SAFE(chk, &stcb->asoc.asconf_send_queue, sctp_next, nchk) {
H A Dsctputil.c3717 struct sctp_tmit_chunk *chk, *nchk; local
3739 TAILQ_FOREACH_SAFE(chk, &asoc->sent_queue, sctp_next, nchk) {
3764 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 297 milliseconds