Searched defs:audit_context (Results 1 – 3 of 3) sorted by relevance
101 struct audit_context { struct102 int dummy; /* must be the first element */103 int in_syscall; /* 1 if task is in a syscall */104 enum audit_state state, current_state;105 unsigned int serial; /* serial number for record */106 int major; /* syscall number */107 struct timespec64 ctime; /* time of syscall entry */108 unsigned long argv[4]; /* syscall arguments */109 long return_code;/* syscall return code */110 u64 prio;[all …]
311 static inline struct audit_context *audit_context(void) in audit_context() function571 static inline struct audit_context *audit_context(void) in audit_context() function
1095 struct audit_context *audit_context; member