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

/freebsd-9.3-release/sys/netinet/
H A Dsctp_timer.c423 struct sctp_tmit_chunk *chk, *nchk; local
427 TAILQ_FOREACH_SAFE(chk, &asoc->sent_queue, sctp_next, nchk) {
477 struct sctp_tmit_chunk *chk, *nchk; local
540 TAILQ_FOREACH_SAFE(chk, &stcb->asoc.sent_queue, sctp_next, nchk) {
H A Dsctp_pcb.c4641 struct sctp_tmit_chunk *chk, *nchk; local
4965 TAILQ_FOREACH_SAFE(chk, &asoc->free_chunks, sctp_next, nchk) {
4980 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) {
5011 TAILQ_FOREACH_SAFE(chk, &asoc->sent_queue, sctp_next, nchk) {
5048 TAILQ_FOREACH_SAFE(chk, &asoc->control_send_queue, sctp_next, nchk) {
5062 TAILQ_FOREACH_SAFE(chk, &asoc->asconf_send_queue, sctp_next, nchk) {
5075 TAILQ_FOREACH_SAFE(chk, &asoc->reasmqueue, sctp_next, nchk) {
6785 struct sctp_tmit_chunk *chk, *nchk; local
6803 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) {
5013 struct sctp_tmit_chunk *chk, *nchk; local
5024 TAILQ_FOREACH_SAFE(chk, &asoc->reasmqueue, sctp_next, nchk) {
5103 struct sctp_tmit_chunk *chk, *nchk; local
5189 TAILQ_FOREACH_SAFE(chk, &asoc->reasmqueue, sctp_next, nchk) {
H A Dsctp_output.c6121 struct sctp_tmit_chunk *chk, *nchk; local
6170 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) {
6890 struct sctp_tmit_chunk *chk, *nchk; local
6892 TAILQ_FOREACH_SAFE(chk, &asoc->control_send_queue, sctp_next, nchk) {
6909 struct sctp_tmit_chunk *chk, *nchk; local
6913 TAILQ_FOREACH_SAFE(chk, &asoc->asconf_send_queue, sctp_next, nchk) {
7034 struct sctp_tmit_chunk *chk, *nchk; local
7036 TAILQ_FOREACH_SAFE(chk, &asoc->control_send_queue, sctp_next, nchk) {
7794 struct sctp_tmit_chunk *chk, *nchk; local
8057 TAILQ_FOREACH_SAFE(chk, &asoc->asconf_send_queue, sctp_next, nchk) {
[all...]
H A Dsctp_asconf.c2362 struct sctp_tmit_chunk *chk, *nchk; local
2373 TAILQ_FOREACH_SAFE(chk, &stcb->asoc.asconf_send_queue, sctp_next, nchk) {
H A Dsctputil.c3708 struct sctp_tmit_chunk *chk, *nchk; local
3730 TAILQ_FOREACH_SAFE(chk, &asoc->sent_queue, sctp_next, nchk) {
3755 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) {
H A Dsctp_input.c310 struct sctp_tmit_chunk *chk, *nchk; local
314 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) {

Completed in 229 milliseconds