Searched refs:af (Results 1 – 1 of 1) sorted by relevance
157 static struct audit_features af = {.vers = AUDIT_FEATURE_VERSION, variable1070 return af.features & AUDIT_FEATURE_TO_MASK(i); in is_audit_feature_set()1080 audit_send_reply(skb, seq, AUDIT_GET_FEATURE, 0, 0, &af, sizeof(af)); in audit_get_feature()1121 old_feature = af.features & feature; in audit_set_feature()1123 new_lock = (uaf->lock | af.lock) & feature; in audit_set_feature()1124 old_lock = af.lock & feature; in audit_set_feature()1142 old_feature = af.features & feature; in audit_set_feature()1144 old_lock = af.lock & feature; in audit_set_feature()1145 new_lock = (uaf->lock | af.lock) & feature; in audit_set_feature()1152 af.features |= feature; in audit_set_feature()[all …]