/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_timer.c | 433 struct sctp_tmit_chunk *chk, *nchk; local 437 TAILQ_FOREACH_SAFE(chk, &asoc->sent_queue, sctp_next, nchk) { 491 struct sctp_tmit_chunk *chk, *nchk; local 558 TAILQ_FOREACH_SAFE(chk, &stcb->asoc.sent_queue, sctp_next, nchk) {
|
D | sctp_pcb.c | 5393 struct sctp_tmit_chunk *chk, *nchk; local 5407 TAILQ_FOREACH_SAFE(chk, &control->reasm, sctp_next, nchk) { 5446 struct sctp_tmit_chunk *chk, *nchk; local 5740 TAILQ_FOREACH_SAFE(chk, &asoc->free_chunks, sctp_next, nchk) { 5755 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) { 5786 TAILQ_FOREACH_SAFE(chk, &asoc->sent_queue, sctp_next, nchk) { 5823 TAILQ_FOREACH_SAFE(chk, &asoc->control_send_queue, sctp_next, nchk) { 5837 TAILQ_FOREACH_SAFE(chk, &asoc->asconf_send_queue, sctp_next, nchk) { 7791 struct sctp_tmit_chunk *chk, *nchk; local 7845 TAILQ_FOREACH_SAFE(chk, &control->reasm, sctp_next, nchk) { [all …]
|
D | sctp_output.c | 6702 struct sctp_tmit_chunk *chk, *nchk; local 6751 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) { 7473 struct sctp_tmit_chunk *chk, *nchk; local 7475 TAILQ_FOREACH_SAFE(chk, &asoc->control_send_queue, sctp_next, nchk) { 7492 struct sctp_tmit_chunk *chk, *nchk; local 7496 TAILQ_FOREACH_SAFE(chk, &asoc->asconf_send_queue, sctp_next, nchk) { 7613 struct sctp_tmit_chunk *chk, *nchk; local 7615 TAILQ_FOREACH_SAFE(chk, &asoc->control_send_queue, sctp_next, nchk) { 8376 struct sctp_tmit_chunk *chk, *nchk; local 8635 TAILQ_FOREACH_SAFE(chk, &asoc->asconf_send_queue, sctp_next, nchk) { [all …]
|
D | sctp_indata.c | 485 struct sctp_tmit_chunk *chk, *nchk; in sctp_clean_up_control() local 486 TAILQ_FOREACH_SAFE(chk, &control->reasm, sctp_next, nchk) { in sctp_clean_up_control() 5498 struct sctp_tmit_chunk *chk, *nchk; local 5512 TAILQ_FOREACH_SAFE(chk, &control->reasm, sctp_next, nchk) {
|
D | sctp_asconf.c | 2385 struct sctp_tmit_chunk *chk, *nchk; in sctp_is_addr_pending() local 2396 TAILQ_FOREACH_SAFE(chk, &stcb->asoc.asconf_send_queue, sctp_next, nchk) { in sctp_is_addr_pending()
|
D | sctp_input.c | 335 struct sctp_tmit_chunk *chk, *nchk; in sctp_process_init() local 339 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) { in sctp_process_init() 3385 struct sctp_tmit_chunk *chk, *nchk; local 3392 TAILQ_FOREACH_SAFE(chk, &stcb->asoc.control_send_queue, sctp_next, nchk) {
|
D | sctputil.c | 4452 struct sctp_tmit_chunk *chk, *nchk; local 4481 TAILQ_FOREACH_SAFE(chk, &asoc->sent_queue, sctp_next, nchk) { 4506 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) {
|