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