Home
last modified time | relevance | path

Searched refs:ipe_action_type (Results 1 – 5 of 5) sorted by relevance

/linux/security/ipe/
H A Dpolicy.h25 enum ipe_action_type { enum
55 enum ipe_action_type action;
62 enum ipe_action_type default_action;
73 enum ipe_action_type global_default_action;
H A Daudit.h13 enum ipe_action_type act, const struct ipe_rule *const r);
H A Dpolicy_parser.c268 static enum ipe_action_type parse_action(char *t) in parse_action()
364 enum ipe_action_type action = IPE_ACTION_INVALID; in parse_rule()
H A Daudit.c127 enum ipe_action_type act, const struct ipe_rule *const r) in ipe_audit_match()
H A Deval.c321 enum ipe_action_type action; in ipe_evaluate_event()