Home
last modified time | relevance | path

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

/linux/kernel/
H A Daudit.h109 struct audit_context { struct
112 AUDIT_CTX_UNUSED, /* audit_context is currently unused */ argument
115 } context;
116 enum audit_state state, current_state;
117 struct audit_stamp stamp; /* event identifier */
118 int major; /* syscall number */
119 int uring_op; /* uring operation */
120 unsigned long argv[4]; /* syscall arguments */
121 long return_code;/* syscall return code */
122 u64 prio;
[all …]
/linux/include/linux/
H A Daudit.h337 static inline struct audit_context *audit_context(void) in audit_context() function
623 static inline struct audit_context *audit_context(void) in audit_context() function
H A Dsched.h1214 struct audit_context *audit_context; member