Searched defs:audit_context (Results 1 – 6 of 6) sorted by relevance
102 struct audit_context { struct105 AUDIT_CTX_UNUSED, /* audit_context is currently unused */ argument108 } context;109 enum audit_state state, current_state;110 unsigned int serial; /* serial number for record */111 int major; /* syscall number */112 int uring_op; /* uring operation */113 struct timespec64 ctime; /* time of syscall entry */114 unsigned long argv[4]; /* syscall arguments */115 long return_code;/* syscall return code */[all …]
98 struct audit_context { struct99 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 …]
312 static inline struct audit_context *audit_context(void) in audit_context() function577 static inline struct audit_context *audit_context(void) in audit_context() function
1130 struct audit_context *audit_context; member
313 static inline struct audit_context *audit_context(void) in audit_context() function599 static inline struct audit_context *audit_context(void) in audit_context() function
1246 struct audit_context *audit_context; member