Lines Matching defs:audit_krule
40 struct audit_krule { struct
41 u32 pflags;
42 u32 flags;
43 u32 listnr;
44 u32 action;
45 u32 mask[AUDIT_BITMASK_SIZE];
46 u32 buflen; /* for data alloc on list rules */
47 u32 field_count;
48 char *filterkey; /* ties events to rules */
49 struct audit_field *fields;
50 struct audit_field *arch_f; /* quick access to arch field */
51 struct audit_field *inode_f; /* quick access to an inode field */
52 struct audit_watch *watch; /* associated watch */
53 struct audit_tree *tree; /* associated watched tree */
54 struct audit_fsnotify_mark *exe;
55 struct list_head rlist; /* entry in audit_{watch,tree}.rules list */
56 struct list_head list; /* for AUDIT_LIST* purposes only */
57 u64 prio;