Searched refs:status_confirms (Results 1 – 2 of 2) sorted by relevance
171 struct channel_confirms status_confirms; member
398 TAILQ_INIT(&c->status_confirms); in channel_new()624 while ((cc = TAILQ_FIRST(&c->status_confirms)) != NULL) { in channel_free()627 TAILQ_REMOVE(&c->status_confirms, cc, entry); in channel_free()982 TAILQ_INSERT_TAIL(&c->status_confirms, cc, entry); in channel_register_status_confirm()3292 if ((cc = TAILQ_FIRST(&c->status_confirms)) == NULL)3295 TAILQ_REMOVE(&c->status_confirms, cc, entry);