Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/
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 …]
/linux-6.14.4/include/linux/
Daudit.h314 static inline struct audit_context *audit_context(void) in audit_context() function
600 static inline struct audit_context *audit_context(void) in audit_context() function
Dsched.h1192 struct audit_context *audit_context; member