Searched refs:RTSA_MINSL (Results 1 – 2 of 2) sorted by relevance
134 if (!(i & (RTSA_MINSL|RTSA_MAXSL|RTSA_DOI|RTSA_CIPSO))) in rtsa_to_str()141 case RTSA_MINSL: in rtsa_to_str()239 if (mask & RTSA_MINSL) { in rtsa_keyword()252 mask |= RTSA_MINSL; in rtsa_keyword()273 if (mask & (RTSA_MAXSL|RTSA_MINSL)) { in rtsa_keyword()287 mask |= (RTSA_MINSL | RTSA_MAXSL); in rtsa_keyword()329 if (!(mask & (RTSA_MINSL|RTSA_MAXSL))) { in rtsa_keyword()333 if (!(mask & RTSA_MINSL)) { in rtsa_keyword()348 if (mask & RTSA_MINSL) in rtsa_keyword()
253 #define RTSA_MINSL 0x1 /* minimum sensitivity label is valid */ macro257 #define RTSA_SLRANGE (RTSA_MINSL|RTSA_MAXSL)