Home | History | Annotate | Download | only in netinet

Lines Matching refs:pending_reply_queue

1805 			 * pending_reply_queue. The reassembly ones we do
1816 if (TAILQ_EMPTY(&asoc->pending_reply_queue)) {
1818 TAILQ_INSERT_TAIL(&asoc->pending_reply_queue, control, next);
1823 TAILQ_FOREACH_SAFE(ctlOn, &asoc->pending_reply_queue, next, nctlOn) {
1839 TAILQ_INSERT_TAIL(&asoc->pending_reply_queue, control, next);
1895 * pending_reply_queue.
1906 TAILQ_FOREACH_SAFE(ctl, &asoc->pending_reply_queue, next, nctl) {
1907 TAILQ_REMOVE(&asoc->pending_reply_queue, ctl, next);
1914 TAILQ_FOREACH_SAFE(ctl, &asoc->pending_reply_queue, next, nctl) {
1923 TAILQ_REMOVE(&asoc->pending_reply_queue, ctl, next);