Lines Matching defs:audit_krule
422 struct audit_krule { struct
423 int vers_ops;
424 u32 flags;
425 u32 listnr;
426 u32 action;
427 u32 mask[AUDIT_BITMASK_SIZE];
428 u32 buflen; /* for data alloc on list rules */
429 u32 field_count;
430 char *filterkey; /* ties events to rules */
431 struct audit_field *fields;
432 struct audit_field *arch_f; /* quick access to arch field */
433 struct audit_field *inode_f; /* quick access to an inode field */
434 struct audit_watch *watch; /* associated watch */
435 struct audit_tree *tree; /* associated watched tree */
436 struct list_head rlist; /* entry in audit_{watch,tree}.rules list */
437 struct list_head list; /* for AUDIT_LIST* purposes only */
438 u64 prio;