Searched refs:af (Results 1 – 2 of 2) sorted by relevance
/kernel/ |
D | audit.c | 161 static struct audit_features af = {.vers = AUDIT_FEATURE_VERSION, variable 1113 return af.features & AUDIT_FEATURE_TO_MASK(i); in is_audit_feature_set() 1123 audit_send_reply(skb, seq, AUDIT_GET_FEATURE, 0, 0, &af, sizeof(af)); in audit_get_feature() 1162 old_feature = af.features & feature; in audit_set_feature() 1164 new_lock = (uaf->lock | af.lock) & feature; in audit_set_feature() 1165 old_lock = af.lock & feature; in audit_set_feature() 1183 old_feature = af.features & feature; in audit_set_feature() 1185 old_lock = af.lock & feature; in audit_set_feature() 1186 new_lock = (uaf->lock | af.lock) & feature; in audit_set_feature() 1193 af.features |= feature; in audit_set_feature() [all …]
|
D | auditsc.c | 2924 void __audit_log_nfcfg(const char *name, u8 af, unsigned int nentries, in __audit_log_nfcfg() argument 2934 name, af, nentries, audit_nfcfgs[op].s); in __audit_log_nfcfg()
|