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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_timer.c421 struct sctp_tmit_chunk *chk, *nchk; local
425 TAILQ_FOREACH_SAFE(chk, &asoc->sent_queue, sctp_next, nchk) {
474 struct sctp_tmit_chunk *chk, *nchk; local
541 TAILQ_FOREACH_SAFE(chk, &stcb->asoc.sent_queue, sctp_next, nchk) {
H A Dsctp_asconf.c2372 struct sctp_tmit_chunk *chk, *nchk; local
2383 TAILQ_FOREACH_SAFE(chk, &stcb->asoc.asconf_send_queue, sctp_next, nchk) {
H A Dsctp_indata.c388 struct sctp_tmit_chunk *chk, *nchk; local
405 TAILQ_FOREACH_SAFE(chk, &asoc->reasmqueue, sctp_next, nchk) {
424 TAILQ_FOREACH_SAFE(chk, &asoc->reasmqueue, sctp_next, nchk) {
5064 struct sctp_tmit_chunk *chk, *nchk; local
5075 TAILQ_FOREACH_SAFE(chk, &asoc->reasmqueue, sctp_next, nchk) {
5153 struct sctp_tmit_chunk *chk, *nchk; local
5239 TAILQ_FOREACH_SAFE(chk, &asoc->reasmqueue, sctp_next, nchk) {
H A Dsctp_input.c335 struct sctp_tmit_chunk *chk, *nchk; local
339 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) {
H A Dsctp_pcb.c5416 struct sctp_tmit_chunk *chk, *nchk; local
5748 TAILQ_FOREACH_SAFE(chk, &asoc->free_chunks, sctp_next, nchk) {
5763 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) {
5794 TAILQ_FOREACH_SAFE(chk, &asoc->sent_queue, sctp_next, nchk) {
5831 TAILQ_FOREACH_SAFE(chk, &asoc->control_send_queue, sctp_next, nchk) {
5845 TAILQ_FOREACH_SAFE(chk, &asoc->asconf_send_queue, sctp_next, nchk) {
5858 TAILQ_FOREACH_SAFE(chk, &asoc->reasmqueue, sctp_next, nchk) {
7842 struct sctp_tmit_chunk *chk, *nchk; local
7860 TAILQ_FOREACH_SAFE(chk, &asoc->reasmqueue, sctp_next, nchk) {
H A Dsctputil.c3884 struct sctp_tmit_chunk *chk, *nchk; local
3913 TAILQ_FOREACH_SAFE(chk, &asoc->sent_queue, sctp_next, nchk) {
3938 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) {
H A Dsctp_output.c6551 struct sctp_tmit_chunk *chk, *nchk; local
6600 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) {
7322 struct sctp_tmit_chunk *chk, *nchk; local
7324 TAILQ_FOREACH_SAFE(chk, &asoc->control_send_queue, sctp_next, nchk) {
7341 struct sctp_tmit_chunk *chk, *nchk; local
7345 TAILQ_FOREACH_SAFE(chk, &asoc->asconf_send_queue, sctp_next, nchk) {
7466 struct sctp_tmit_chunk *chk, *nchk; local
7468 TAILQ_FOREACH_SAFE(chk, &asoc->control_send_queue, sctp_next, nchk) {
8223 struct sctp_tmit_chunk *chk, *nchk; local
8496 TAILQ_FOREACH_SAFE(chk, &asoc->asconf_send_queue, sctp_next, nchk) {
[all...]

Completed in 715 milliseconds