Lines Matching defs:audit_context
179 struct audit_context { struct
203 struct audit_context *previous; /* For nested syscalls */ argument
204 struct audit_aux_data *aux;
205 struct audit_aux_data *aux_pids;
206 struct sockaddr_storage *sockaddr;
207 size_t sockaddr_len;
209 pid_t pid, ppid;
210 uid_t uid, euid, suid, fsuid;
211 gid_t gid, egid, sgid, fsgid;
212 unsigned long personality;
213 int arch;
215 pid_t target_pid;
216 uid_t target_auid;
217 uid_t target_uid;
218 unsigned int target_sessionid;
219 u32 target_sid;
220 char target_comm[TASK_COMM_LEN];
222 struct audit_tree_refs *trees, *first_trees;
223 struct list_head killed_trees;
224 int tree_count;
226 int type;
227 union {
287 static int audit_match_perm(struct audit_context *ctx, int mask) in audit_match_perm() argument