Searched defs:audit_context (Results 1 – 3 of 3) sorted by relevance
103 struct audit_context { struct106 AUDIT_CTX_UNUSED, /* audit_context is currently unused */ argument109 } context;110 enum audit_state state, current_state;111 unsigned int serial; /* serial number for record */112 int major; /* syscall number */113 int uring_op; /* uring operation */114 struct timespec64 ctime; /* time of syscall entry */115 unsigned long argv[4]; /* syscall arguments */116 long return_code;/* syscall return code */[all …]
314 static inline struct audit_context *audit_context(void) in audit_context() function600 static inline struct audit_context *audit_context(void) in audit_context() function
1192 struct audit_context *audit_context; member