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 1116 return af.features & AUDIT_FEATURE_TO_MASK(i); in is_audit_feature_set() 1126 audit_send_reply(skb, seq, AUDIT_GET_FEATURE, 0, 0, &af, sizeof(af)); in audit_get_feature() 1165 old_feature = af.features & feature; in audit_set_feature() 1167 new_lock = (uaf->lock | af.lock) & feature; in audit_set_feature() 1168 old_lock = af.lock & feature; in audit_set_feature() 1186 old_feature = af.features & feature; in audit_set_feature() 1188 old_lock = af.lock & feature; in audit_set_feature() 1189 new_lock = (uaf->lock | af.lock) & feature; in audit_set_feature() 1196 af.features |= feature; in audit_set_feature() [all …]
|
D | auditsc.c | 2643 void __audit_log_nfcfg(const char *name, u8 af, unsigned int nentries, in __audit_log_nfcfg() argument 2653 name, af, nentries, audit_nfcfgs[op].s); in __audit_log_nfcfg()
|