Home
last modified time | relevance | path

Searched refs:audit_features (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/include/uapi/linux/
Daudit.h483 struct audit_features { struct
/linux-6.1.9/kernel/
Daudit.c163 static struct audit_features af = {.vers = AUDIT_FEATURE_VERSION,
1136 static int audit_set_feature(struct audit_features *uaf) in audit_set_feature()
1357 if (data_len < sizeof(struct audit_features)) in audit_receive_msg()