K5_TAILQ_FOREACH_SAFE
K5_TAILQ_FOREACH_SAFE(e, &expiration_queue, links, next) {
K5_TAILQ_FOREACH_SAFE(e, &expiration_queue, links, next) {
K5_TAILQ_FOREACH_SAFE(p, &ctx->negoex_mechs, links, next) {
K5_TAILQ_FOREACH_SAFE(mech, &ctx->negoex_mechs, links, next)
K5_TAILQ_FOREACH_SAFE(mech, &ctx->negoex_mechs, links, next) {
K5_TAILQ_FOREACH_SAFE(r, &rr->list, list, next) {
K5_TAILQ_FOREACH_SAFE(e, &mrc->expiration_queue, links, next) {
K5_TAILQ_FOREACH_SAFE(e, &mrc->expiration_queue, links, next) {