Searched refs:af (Results 1 – 2 of 2) sorted by relevance
/kernel/ |
D | audit.c | 163 static struct audit_features af = {.vers = AUDIT_FEATURE_VERSION, variable 1114 return af.features & AUDIT_FEATURE_TO_MASK(i); in is_audit_feature_set() 1124 audit_send_reply(skb, seq, AUDIT_GET_FEATURE, 0, 0, &af, sizeof(af)); in audit_get_feature() 1163 old_feature = af.features & feature; in audit_set_feature() 1165 new_lock = (uaf->lock | af.lock) & feature; in audit_set_feature() 1166 old_lock = af.lock & feature; in audit_set_feature() 1184 old_feature = af.features & feature; in audit_set_feature() 1186 old_lock = af.lock & feature; in audit_set_feature() 1187 new_lock = (uaf->lock | af.lock) & feature; in audit_set_feature() 1194 af.features |= feature; in audit_set_feature() [all …]
|
D | auditsc.c | 2909 void __audit_log_nfcfg(const char *name, u8 af, unsigned int nentries, in __audit_log_nfcfg() argument 2919 name, af, nentries, audit_nfcfgs[op].s); in __audit_log_nfcfg()
|