Home
last modified time | relevance | path

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

/security/selinux/ss/
Dconstraint.h28 u32 expr_type; /* expression type */ member
Dconditional.c34 switch (cur->expr_type) { in cond_evaluate_expr()
387 if (expr->expr_type <= 0 || expr->expr_type > COND_LAST) { in expr_isvalid()
425 expr->expr_type = le32_to_cpu(buf[0]); in cond_read_node()
576 buf[0] = cpu_to_le32(cur_expr->expr_type); in cond_write_node()
Dconditional.h33 __u32 expr_type; member
Dpolicydb.c1253 e->expr_type = le32_to_cpu(buf[0]); in read_cons_helper()
1257 switch (e->expr_type) { in read_cons_helper()
2805 buf[0] = cpu_to_le32(e->expr_type); in write_cons_helper()
2812 switch (e->expr_type) { in write_cons_helper()
Dservices.c286 switch (e->expr_type) { in constraint_expr_eval()