Home
last modified time | relevance | path

Searched refs:IPE_OP_INVALID (Results 1 – 4 of 4) sorted by relevance

/linux/security/ipe/
H A Dpolicy_parser.c240 {IPE_OP_INVALID, NULL}
365 enum ipe_op_type op = IPE_OP_INVALID; in parse_rule()
391 if (op == IPE_OP_INVALID) in parse_rule()
414 } else if (op == IPE_OP_INVALID) { in parse_rule()
425 } else if (op != IPE_OP_INVALID && action != IPE_ACTION_INVALID) { in parse_rule()
H A Dhooks.c136 op = IPE_OP_INVALID; in ipe_kernel_read_file()
181 op = IPE_OP_INVALID; in ipe_kernel_load_data()
H A Dpolicy.h23 #define IPE_OP_INVALID __IPE_OP_MAX macro
H A Deval.c334 if (ctx->op == IPE_OP_INVALID) { in ipe_evaluate_event()