Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Daudit.h108 struct audit_context { struct
109 int dummy; /* must be the first element */
110 int in_syscall; /* 1 if task is in a syscall */
111 enum audit_state state, current_state;
112 unsigned int serial; /* serial number for record */
113 int major; /* syscall number */
114 struct timespec ctime; /* time of syscall entry */
115 unsigned long argv[4]; /* syscall arguments */
116 long return_code;/* syscall return code */
117 u64 prio;
[all …]
/linux-4.4.14/include/linux/
Dsched.h1581 struct audit_context *audit_context; member