Home
last modified time | relevance | path

Searched defs:audit_context (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/
H A Daudit.h103 struct audit_context { struct
106 AUDIT_CTX_UNUSED, /* audit_context is currently unused */ argument
109 } context;
110 enum audit_state state, current_state;
111 unsigned int serial; /* serial number for record */
112 int major; /* syscall number */
113 int uring_op; /* uring operation */
114 struct timespec64 ctime; /* time of syscall entry */
115 unsigned long argv[4]; /* syscall arguments */
116 long return_code;/* syscall return code */
[all …]