Home
last modified time | relevance | path

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

/security/selinux/ss/
Dconditional.c32 switch (cur->expr_type) { in cond_evaluate_expr()
383 if (expr->expr_type <= 0 || expr->expr_type > COND_LAST) { in expr_isvalid()
421 expr->expr_type = le32_to_cpu(buf[0]); in cond_read_node()
572 buf[0] = cpu_to_le32(cur_expr->expr_type); in cond_write_node()
Dconstraint.h29 u32 expr_type; /* expression type */ member
Dconditional.h31 __u32 expr_type; member
Dpolicydb.c1230 e->expr_type = le32_to_cpu(buf[0]); in read_cons_helper()
1234 switch (e->expr_type) { in read_cons_helper()
2839 buf[0] = cpu_to_le32(e->expr_type); in write_cons_helper()
2846 switch (e->expr_type) { in write_cons_helper()
Dservices.c277 switch (e->expr_type) { in constraint_expr_eval()