Searched refs:strmat (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/netinet/
H A Dsctp_pcb.c6851 int cnt, strmat; local
6866 for (strmat = 0; strmat < asoc->streamincnt; strmat++) {
6867 TAILQ_FOREACH_SAFE(ctl, &asoc->strmin[strmat].inqueue, next_instrm, nctl) {
6885 TAILQ_REMOVE(&asoc->strmin[strmat].inqueue, ctl, next_instrm);
6909 TAILQ_FOREACH_SAFE(ctl, &asoc->strmin[strmat].uno_inqueue, next_instrm, nctl) {
6927 TAILQ_REMOVE(&asoc->strmin[strmat].uno_inqueue, ctl, next_instrm);

Completed in 58 milliseconds