Searched refs:FLAG_STALE (Results 1 – 2 of 2) sorted by relevance
93 FLAG_STALE = 0x800, /* replaced/removed */ enumerator160 #define label_is_stale(X) ((X)->flags & FLAG_STALE)161 #define __label_make_stale(X) ((X)->flags |= FLAG_STALE)
84 orig->flags |= FLAG_STALE; in __aa_proxy_redirect()214 FLAG_STALE); in accum_label_info()
Completed in 8 milliseconds