Searched refs:avtab (Results 1 – 6 of 6) sorted by relevance
| /security/selinux/ss/ |
| A D | avtab.h | 84 struct avtab { struct 91 void avtab_init(struct avtab *h); argument 92 int avtab_alloc(struct avtab *h, u32 nrules); 93 int avtab_alloc_dup(struct avtab *new, const struct avtab *orig); 94 void avtab_destroy(struct avtab *h); 100 void avtab_hash_eval(struct avtab *h, const char *tag); 102 static inline void avtab_hash_eval(struct avtab *h, const char *tag) in avtab_hash_eval() 110 int (*insert)(struct avtab *a, const struct avtab_key *k, 117 int avtab_write(struct policydb *p, struct avtab *a, struct policy_file *fp); 119 struct avtab_node *avtab_insert_nonunique(struct avtab *h, [all …]
|
| A D | avtab.c | 67 static struct avtab_node *avtab_insert_node(struct avtab *h, in avtab_insert_node() 120 static int avtab_insert(struct avtab *h, const struct avtab_key *key, in avtab_insert() 153 struct avtab_node *avtab_insert_nonunique(struct avtab *h, in avtab_insert_nonunique() 177 struct avtab_node *avtab_search_node(struct avtab *h, in avtab_search_node() 219 void avtab_destroy(struct avtab *h) in avtab_destroy() 245 void avtab_init(struct avtab *h) in avtab_init() 253 static int avtab_alloc_common(struct avtab *h, u32 nslot) in avtab_alloc_common() 267 int avtab_alloc(struct avtab *h, u32 nrules) in avtab_alloc() 286 int avtab_alloc_dup(struct avtab *new, const struct avtab *orig) in avtab_alloc_dup() 292 void avtab_hash_eval(struct avtab *h, const char *tag) in avtab_hash_eval() [all …]
|
| A D | conditional.h | 76 void cond_compute_av(struct avtab *ctab, struct avtab_key *key, 78 void cond_compute_xperms(struct avtab *ctab, struct avtab_key *key,
|
| A D | conditional.c | 254 static int cond_insertf(struct avtab *a, const struct avtab_key *k, in cond_insertf() 553 void cond_compute_xperms(struct avtab *ctab, struct avtab_key *key, in cond_compute_xperms() 570 void cond_compute_av(struct avtab *ctab, struct avtab_key *key, in cond_compute_av() 602 struct avtab *avtab) in cond_dup_av_list() argument 614 avtab, &orig->nodes[i]->key, &orig->nodes[i]->datum); in cond_dup_av_list()
|
| A D | policydb.h | 260 struct avtab te_avtab; 276 struct avtab te_cond_avtab;
|
| /security/selinux/ |
| A D | Makefile | 19 ss/ebitmap.o ss/hashtab.o ss/symtab.o ss/sidtab.o ss/avtab.o \
|
Completed in 10 milliseconds