Searched refs:cond_node (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/security/selinux/ss/
H A Dconditional.h38 * Each cond_node contains a list of rules to be enabled/disabled
54 struct cond_node { struct
59 struct cond_node *next;
75 int evaluate_cond_node(struct policydb *p, struct cond_node *node);
H A Dconditional.c85 * a struct cond_node and if the result is different than the
90 int evaluate_cond_node(struct policydb *p, struct cond_node *node)
141 static void cond_node_destroy(struct cond_node *node)
154 static void cond_list_destroy(struct cond_node *list)
156 struct cond_node *next, *cur;
389 static int cond_read_node(struct policydb *p, struct cond_node *node, void *fp)
448 struct cond_node *node, *last = NULL;
460 node = kzalloc(sizeof(struct cond_node), GFP_KERNEL);
H A Dpolicydb.h122 struct cond_node;
224 struct cond_node* cond_list;
H A Dservices.c1833 struct cond_node *cur;
1902 struct cond_node *cur;

Completed in 52 milliseconds