Home
last modified time | relevance | path

Searched refs:cond_expr (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/security/selinux/ss/
Dconditional.h24 struct cond_expr { struct
35 struct cond_expr *next; argument
57 struct cond_expr *expr;
Dconditional.c26 static int cond_evaluate_expr(struct policydb *p, struct cond_expr *expr) in cond_evaluate_expr()
29 struct cond_expr *cur; in cond_evaluate_expr()
145 struct cond_expr *cur_expr, *next_expr; in cond_node_destroy()
385 static int expr_isvalid(struct policydb *p, struct cond_expr *expr) in expr_isvalid()
404 struct cond_expr *expr = NULL, *last = NULL; in cond_read_node()
421 expr = kzalloc(sizeof(struct cond_expr), GFP_KERNEL); in cond_read_node()
557 struct cond_expr *cur_expr; in cond_write_node()