Searched refs:avtab_node (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/security/selinux/ss/ |
D | avtab.h | 47 struct avtab_node { struct 50 struct avtab_node *next; argument 54 struct avtab_node **htable; 74 int avtab_write_item(struct policydb *p, struct avtab_node *cur, void *fp); 77 struct avtab_node *avtab_insert_nonunique(struct avtab *h, struct avtab_key *key, 80 struct avtab_node *avtab_search_node(struct avtab *h, struct avtab_key *key); 82 struct avtab_node *avtab_search_node_next(struct avtab_node *node, int specified);
|
D | avtab.c | 34 static struct avtab_node* 36 struct avtab_node *prev, struct avtab_node *cur, in avtab_insert_node() 39 struct avtab_node *newnode; in avtab_insert_node() 60 struct avtab_node *prev, *cur, *newnode; in avtab_insert() 97 struct avtab_node * 101 struct avtab_node *prev, *cur; in avtab_insert_nonunique() 131 struct avtab_node *cur; in avtab_search() 162 struct avtab_node* 166 struct avtab_node *cur; in avtab_search_node() 193 struct avtab_node* [all …]
|
D | conditional.h | 43 struct avtab_node *node;
|
D | conditional.c | 275 struct avtab_node *node_ptr; in cond_insertf() 625 struct avtab_node *node; in cond_compute_av()
|
D | services.c | 628 struct avtab_node *node; in context_struct_compute_av() 1389 struct avtab_node *node; in security_compute_sid()
|