Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/
Daudit.h98 struct audit_context { struct
99 int dummy; /* must be the first element */
100 int in_syscall; /* 1 if task is in a syscall */
101 enum audit_state state, current_state;
102 unsigned int serial; /* serial number for record */
103 int major; /* syscall number */
104 struct timespec64 ctime; /* time of syscall entry */
105 unsigned long argv[4]; /* syscall arguments */
106 long return_code;/* syscall return code */
107 u64 prio;
[all …]
/kernel/linux/linux-4.19/kernel/
Daudit.h110 struct audit_context { struct
111 int dummy; /* must be the first element */
112 int in_syscall; /* 1 if task is in a syscall */
113 enum audit_state state, current_state;
114 unsigned int serial; /* serial number for record */
115 int major; /* syscall number */
116 struct timespec64 ctime; /* time of syscall entry */
117 unsigned long argv[4]; /* syscall arguments */
118 long return_code;/* syscall return code */
119 u64 prio;
[all …]
/kernel/linux/linux-4.19/include/linux/
Daudit.h248 static inline struct audit_context *audit_context(void) in audit_context() function
482 static inline struct audit_context *audit_context(void) in audit_context() function
Dsched.h882 struct audit_context *audit_context; member
/kernel/linux/linux-5.10/include/linux/
Daudit.h312 static inline struct audit_context *audit_context(void) in audit_context() function
577 static inline struct audit_context *audit_context(void) in audit_context() function
Dsched.h1107 struct audit_context *audit_context; member