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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/ss/
H A Dconditional.h23 struct cond_expr { struct
34 struct cond_expr *next;
56 struct cond_expr *expr;
H A Dconditional.c25 static int cond_evaluate_expr(struct policydb *p, struct cond_expr *expr)
28 struct cond_expr *cur;
144 struct cond_expr *cur_expr, *next_expr;
380 static int expr_isvalid(struct policydb *p, struct cond_expr *expr)
399 struct cond_expr *expr = NULL, *last = NULL;
421 expr = kzalloc(sizeof(struct cond_expr), GFP_KERNEL);

Completed in 37 milliseconds