Searched refs:status_confirms (Results 1 – 2 of 2) sorted by relevance
138 struct channel_confirms status_confirms; member
335 TAILQ_INIT(&c->status_confirms); in channel_new()414 while ((cc = TAILQ_FIRST(&c->status_confirms)) != NULL) { in channel_free()417 TAILQ_REMOVE(&c->status_confirms, cc, entry); in channel_free()700 TAILQ_INSERT_TAIL(&c->status_confirms, cc, entry); in channel_register_status_confirm()2621 if ((cc = TAILQ_FIRST(&c->status_confirms)) == NULL)2624 TAILQ_REMOVE(&c->status_confirms, cc, entry);