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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/security/selinux/ss/
H A Dconditional.h23 struct cond_expr { struct
34 struct cond_expr *next;
56 struct cond_expr *expr;
H A Dconditional.c26 static int cond_evaluate_expr(struct policydb *p, struct cond_expr *expr)
29 struct cond_expr *cur;
143 struct cond_expr *cur_expr, *next_expr;
375 static int expr_isvalid(struct policydb *p, struct cond_expr *expr)
394 struct cond_expr *expr = NULL, *last = NULL;
415 expr = kzalloc(sizeof(struct cond_expr), GFP_KERNEL);

Completed in 43 milliseconds