Searched refs:avtab (Results 1 – 6 of 6) sorted by relevance
/security/selinux/ss/ |
D | avtab.h | 83 struct avtab { struct 90 void avtab_init(struct avtab *h); argument 91 int avtab_alloc(struct avtab *, u32); 92 int avtab_alloc_dup(struct avtab *new, const struct avtab *orig); 93 struct avtab_datum *avtab_search(struct avtab *h, const struct avtab_key *k); 94 void avtab_destroy(struct avtab *h); 95 void avtab_hash_eval(struct avtab *h, char *tag); 98 int avtab_read_item(struct avtab *a, void *fp, struct policydb *pol, 99 int (*insert)(struct avtab *a, const struct avtab_key *k, 103 int avtab_read(struct avtab *a, void *fp, struct policydb *pol); [all …]
|
D | avtab.c | 69 avtab_insert_node(struct avtab *h, int hvalue, in avtab_insert_node() 106 static int avtab_insert(struct avtab *h, const struct avtab_key *key, in avtab_insert() 151 struct avtab_node *avtab_insert_nonunique(struct avtab *h, in avtab_insert_nonunique() 183 struct avtab_datum *avtab_search(struct avtab *h, const struct avtab_key *key) in avtab_search() 218 struct avtab_node *avtab_search_node(struct avtab *h, in avtab_search_node() 279 void avtab_destroy(struct avtab *h) in avtab_destroy() 305 void avtab_init(struct avtab *h) in avtab_init() 313 static int avtab_alloc_common(struct avtab *h, u32 nslot) in avtab_alloc_common() 327 int avtab_alloc(struct avtab *h, u32 nrules) in avtab_alloc() 352 int avtab_alloc_dup(struct avtab *new, const struct avtab *orig) in avtab_alloc_dup() [all …]
|
D | conditional.h | 77 void cond_compute_av(struct avtab *ctab, struct avtab_key *key, 79 void cond_compute_xperms(struct avtab *ctab, struct avtab_key *key,
|
D | conditional.c | 259 static int cond_insertf(struct avtab *a, const struct avtab_key *k, in cond_insertf() 557 void cond_compute_xperms(struct avtab *ctab, struct avtab_key *key, in cond_compute_xperms() 576 void cond_compute_av(struct avtab *ctab, struct avtab_key *key, in cond_compute_av() 608 struct avtab *avtab) in cond_dup_av_list() argument 619 new->nodes[i] = avtab_insert_nonunique(avtab, in cond_dup_av_list()
|
D | policydb.h | 265 struct avtab te_avtab; 281 struct avtab te_cond_avtab;
|
/security/selinux/ |
D | Makefile | 10 ss/ebitmap.o ss/hashtab.o ss/symtab.o ss/sidtab.o ss/avtab.o \
|