Home
last modified time | relevance | path

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

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