Searched defs:audit_context (Results 1 – 2 of 2) sorted by relevance
107 struct audit_context { struct108 int dummy; /* must be the first element */109 int in_syscall; /* 1 if task is in a syscall */110 enum audit_state state, current_state;111 unsigned int serial; /* serial number for record */112 int major; /* syscall number */113 struct timespec ctime; /* time of syscall entry */114 unsigned long argv[4]; /* syscall arguments */115 long return_code;/* syscall return code */116 u64 prio;[all …]
1498 struct audit_context *audit_context; member