Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_timer.c419 struct sctp_tmit_chunk *chk, *nchk; in sctp_recover_sent_list() local
423 TAILQ_FOREACH_SAFE(chk, &asoc->sent_queue, sctp_next, nchk) { in sctp_recover_sent_list()
472 struct sctp_tmit_chunk *chk, *nchk; local
539 TAILQ_FOREACH_SAFE(chk, &stcb->asoc.sent_queue, sctp_next, nchk) {
Dsctp_indata.c383 struct sctp_tmit_chunk *chk, *nchk; in sctp_service_reassembly() local
400 TAILQ_FOREACH_SAFE(chk, &asoc->reasmqueue, sctp_next, nchk) { in sctp_service_reassembly()
419 TAILQ_FOREACH_SAFE(chk, &asoc->reasmqueue, sctp_next, nchk) { in sctp_service_reassembly()
5059 struct sctp_tmit_chunk *chk, *nchk; local
5070 TAILQ_FOREACH_SAFE(chk, &asoc->reasmqueue, sctp_next, nchk) {
5148 struct sctp_tmit_chunk *chk, *nchk; local
5234 TAILQ_FOREACH_SAFE(chk, &asoc->reasmqueue, sctp_next, nchk) {
Dsctp_pcb.c5321 struct sctp_tmit_chunk *chk, *nchk; local
5653 TAILQ_FOREACH_SAFE(chk, &asoc->free_chunks, sctp_next, nchk) {
5668 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) {
5699 TAILQ_FOREACH_SAFE(chk, &asoc->sent_queue, sctp_next, nchk) {
5736 TAILQ_FOREACH_SAFE(chk, &asoc->control_send_queue, sctp_next, nchk) {
5750 TAILQ_FOREACH_SAFE(chk, &asoc->asconf_send_queue, sctp_next, nchk) {
5763 TAILQ_FOREACH_SAFE(chk, &asoc->reasmqueue, sctp_next, nchk) {
7718 struct sctp_tmit_chunk *chk, *nchk; local
7736 TAILQ_FOREACH_SAFE(chk, &asoc->reasmqueue, sctp_next, nchk) {
Dsctp_output.c6361 struct sctp_tmit_chunk *chk, *nchk; local
6410 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) {
7132 struct sctp_tmit_chunk *chk, *nchk; local
7134 TAILQ_FOREACH_SAFE(chk, &asoc->control_send_queue, sctp_next, nchk) {
7151 struct sctp_tmit_chunk *chk, *nchk; local
7155 TAILQ_FOREACH_SAFE(chk, &asoc->asconf_send_queue, sctp_next, nchk) {
7276 struct sctp_tmit_chunk *chk, *nchk; local
7278 TAILQ_FOREACH_SAFE(chk, &asoc->control_send_queue, sctp_next, nchk) {
8036 struct sctp_tmit_chunk *chk, *nchk; local
8310 TAILQ_FOREACH_SAFE(chk, &asoc->asconf_send_queue, sctp_next, nchk) {
[all …]
Dsctp_asconf.c2358 struct sctp_tmit_chunk *chk, *nchk; in sctp_is_addr_pending() local
2369 TAILQ_FOREACH_SAFE(chk, &stcb->asoc.asconf_send_queue, sctp_next, nchk) { in sctp_is_addr_pending()
Dsctputil.c3879 struct sctp_tmit_chunk *chk, *nchk; local
3908 TAILQ_FOREACH_SAFE(chk, &asoc->sent_queue, sctp_next, nchk) {
3933 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) {
Dsctp_input.c333 struct sctp_tmit_chunk *chk, *nchk; in sctp_process_init() local
337 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) { in sctp_process_init()