Searched refs:audit_state (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/
H A Daudit.h24 /* At task start time, the audit_state is set in the audit_context using
25 a per-task filter. At syscall entry, the audit_state is augmented by
27 enum audit_state { enum
109 enum audit_state state, current_state;
H A Dauditsc.c468 enum audit_state *state,
776 static enum audit_state audit_filter_task(struct task_struct *tsk, char **key)
779 enum audit_state state;
832 enum audit_state state;
862 /* At syscall exit time, this filter is called if the audit_state is
896 * Regarding audit_state, same rules apply as for audit_filter_syscall().
1029 static inline struct audit_context *audit_alloc_context(enum audit_state state)
1058 enum audit_state state;
2015 enum audit_state state;

Completed in 126 milliseconds