Searched refs:status_confirms (Results 1 – 2 of 2) sorted by relevance
147 struct channel_confirms status_confirms; member
355 TAILQ_INIT(&c->status_confirms); in channel_new()432 while ((cc = TAILQ_FIRST(&c->status_confirms)) != NULL) { in channel_free()435 TAILQ_REMOVE(&c->status_confirms, cc, entry); in channel_free()729 TAILQ_INSERT_TAIL(&c->status_confirms, cc, entry); in channel_register_status_confirm()2716 if ((cc = TAILQ_FIRST(&c->status_confirms)) == NULL)2719 TAILQ_REMOVE(&c->status_confirms, cc, entry);