Home
last modified time | relevance | path

Searched defs:audit_context (Results 1 – 2 of 2) 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 Dsched.h1211 struct audit_context *audit_context; member