CTLSTAT_FLAG_FIRST_RUN
#define F_FIRST(ctx) ((ctx)->flags & CTLSTAT_FLAG_FIRST_RUN)
ctx.flags |= CTLSTAT_FLAG_FIRST_RUN;
ctx.flags &= ~CTLSTAT_FLAG_FIRST_RUN;