Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/
Daudit.h102 struct audit_context { struct
105 AUDIT_CTX_UNUSED, /* audit_context is currently unused */ argument
108 } context;
109 enum audit_state state, current_state;
110 unsigned int serial; /* serial number for record */
111 int major; /* syscall number */
112 int uring_op; /* uring operation */
113 struct timespec64 ctime; /* time of syscall entry */
114 unsigned long argv[4]; /* syscall arguments */
115 long return_code;/* syscall return code */
[all …]
/linux-6.6.21/include/linux/
Daudit.h313 static inline struct audit_context *audit_context(void) in audit_context() function
599 static inline struct audit_context *audit_context(void) in audit_context() function
Dsched.h1119 struct audit_context *audit_context; member