Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_timer.c433 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) {
Dsctp_pcb.c5393 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 …]
Dsctp_output.c6702 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 …]
Dsctp_indata.c485 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) {
Dsctp_asconf.c2385 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()
Dsctp_input.c335 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) {
Dsctputil.c4452 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) {