Searched defs:audit_context (Results 1 – 3 of 3) sorted by relevance
109 struct audit_context { struct112 AUDIT_CTX_UNUSED, /* audit_context is currently unused */ argument115 } 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 …]
337 static inline struct audit_context *audit_context(void) in audit_context() function623 static inline struct audit_context *audit_context(void) in audit_context() function
1214 struct audit_context *audit_context; member