Searched refs:nctl (Results 1 - 4 of 4) sorted by last modified time

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_indata.c393 struct sctp_queued_to_read *control, *ctl, *nctl; local
533 TAILQ_FOREACH_SAFE(ctl, &strm->inqueue, next, nctl) {
1902 struct sctp_queued_to_read *ctl, *nctl; local
1911 TAILQ_FOREACH_SAFE(ctl, &asoc->pending_reply_queue, next, nctl) {
1919 TAILQ_FOREACH_SAFE(ctl, &asoc->pending_reply_queue, next, nctl) {
5002 struct sctp_queued_to_read *ctl, *nctl; local
5012 TAILQ_FOREACH_SAFE(ctl, &strmin->inqueue, next, nctl) {
5036 TAILQ_FOREACH_SAFE(ctl, &strmin->inqueue, next, nctl) {
H A Dsctp_input.c407 struct sctp_queued_to_read *ctl, *nctl; local
410 TAILQ_FOREACH_SAFE(ctl, &asoc->strmin[i].inqueue, next, nctl) {
4045 struct sctp_queued_to_read *ctl, *nctl; local
4081 TAILQ_FOREACH_SAFE(ctl, &oldstrm[i].inqueue, next, nctl) {
H A Dsctp_pcb.c5887 struct sctp_queued_to_read *ctl, *nctl; local
5890 TAILQ_FOREACH_SAFE(ctl, &asoc->strmin[i].inqueue, next, nctl) {
7844 struct sctp_queued_to_read *ctl, *nctl; local
7878 TAILQ_FOREACH_SAFE(ctl, &asoc->strmin[strmat].inqueue, next, nctl) {
H A Dsctputil.c4558 struct sctp_queued_to_read *control, *nctl; local
4590 TAILQ_FOREACH_SAFE(control, &old_inp->read_queue, next, nctl) {
4626 TAILQ_FOREACH_SAFE(control, &tmp_queue, next, nctl) {

Completed in 1647 milliseconds