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

/freebsd-10.0-release/sys/netinet/
H A Dsctp_timer.c435 struct sctp_tmit_chunk *chk, *nchk; local
439 TAILQ_FOREACH_SAFE(chk, &asoc->sent_queue, sctp_next, nchk) {
489 struct sctp_tmit_chunk *chk, *nchk; local
552 TAILQ_FOREACH_SAFE(chk, &stcb->asoc.sent_queue, sctp_next, nchk) {
H A Dsctp_pcb.c4606 struct sctp_tmit_chunk *chk, *nchk; local
4930 TAILQ_FOREACH_SAFE(chk, &asoc->free_chunks, sctp_next, nchk) {
4945 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) {
4976 TAILQ_FOREACH_SAFE(chk, &asoc->sent_queue, sctp_next, nchk) {
5013 TAILQ_FOREACH_SAFE(chk, &asoc->control_send_queue, sctp_next, nchk) {
5027 TAILQ_FOREACH_SAFE(chk, &asoc->asconf_send_queue, sctp_next, nchk) {
5040 TAILQ_FOREACH_SAFE(chk, &asoc->reasmqueue, sctp_next, nchk) {
6750 struct sctp_tmit_chunk *chk, *nchk; local
6768 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) {
5275 struct sctp_tmit_chunk *chk, *nchk; local
5286 TAILQ_FOREACH_SAFE(chk, &asoc->reasmqueue, sctp_next, nchk) {
5365 struct sctp_tmit_chunk *chk, *nchk; local
5464 TAILQ_FOREACH_SAFE(chk, &asoc->reasmqueue, sctp_next, nchk) {
H A Dsctp_output.c5967 struct sctp_tmit_chunk *chk, *nchk; local
6016 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) {
6736 struct sctp_tmit_chunk *chk, *nchk; local
6738 TAILQ_FOREACH_SAFE(chk, &asoc->control_send_queue, sctp_next, nchk) {
6755 struct sctp_tmit_chunk *chk, *nchk; local
6759 TAILQ_FOREACH_SAFE(chk, &asoc->asconf_send_queue, sctp_next, nchk) {
6880 struct sctp_tmit_chunk *chk, *nchk; local
6882 TAILQ_FOREACH_SAFE(chk, &asoc->control_send_queue, sctp_next, nchk) {
7639 struct sctp_tmit_chunk *chk, *nchk; local
7902 TAILQ_FOREACH_SAFE(chk, &asoc->asconf_send_queue, sctp_next, nchk) {
[all...]
H A Dsctp_asconf.c2346 struct sctp_tmit_chunk *chk, *nchk; local
2357 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.c306 struct sctp_tmit_chunk *chk, *nchk; local
310 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) {

Completed in 218 milliseconds