Home
last modified time | relevance | path

Searched refs:avtab (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/security/selinux/ss/
Davtab.h55 struct avtab { struct
63 int avtab_init(struct avtab *); argument
64 int avtab_alloc(struct avtab *, u32);
65 struct avtab_datum *avtab_search(struct avtab *h, struct avtab_key *k);
66 void avtab_destroy(struct avtab *h);
67 void avtab_hash_eval(struct avtab *h, char *tag);
70 int avtab_read_item(struct avtab *a, void *fp, struct policydb *pol,
71 int (*insert)(struct avtab *a, struct avtab_key *k,
75 int avtab_read(struct avtab *a, void *fp, struct policydb *pol);
77 int avtab_write(struct policydb *p, struct avtab *a, void *fp);
[all …]
Davtab.c68 avtab_insert_node(struct avtab *h, int hvalue, in avtab_insert_node()
94 static int avtab_insert(struct avtab *h, struct avtab_key *key, struct avtab_datum *datum) in avtab_insert()
135 avtab_insert_nonunique(struct avtab *h, struct avtab_key *key, struct avtab_datum *datum) in avtab_insert_nonunique()
165 struct avtab_datum *avtab_search(struct avtab *h, struct avtab_key *key) in avtab_search()
201 avtab_search_node(struct avtab *h, struct avtab_key *key) in avtab_search_node()
261 void avtab_destroy(struct avtab *h) in avtab_destroy()
283 int avtab_init(struct avtab *h) in avtab_init()
290 int avtab_alloc(struct avtab *h, u32 nrules) in avtab_alloc()
325 void avtab_hash_eval(struct avtab *h, char *tag) in avtab_hash_eval()
365 int avtab_read_item(struct avtab *a, void *fp, struct policydb *pol, in avtab_read_item()
[all …]
Dpolicydb.h252 struct avtab te_avtab;
266 struct avtab te_cond_avtab;
Dconditional.h76 void cond_compute_av(struct avtab *ctab, struct avtab_key *key, struct av_decision *avd);
Dconditional.c270 static int cond_insertf(struct avtab *a, struct avtab_key *k, struct avtab_datum *d, void *ptr) in cond_insertf()
618 void cond_compute_av(struct avtab *ctab, struct avtab_key *key, struct av_decision *avd) in cond_compute_av()
/linux-4.1.27/security/selinux/
DMakefile9 ss/ebitmap.o ss/hashtab.o ss/symtab.o ss/sidtab.o ss/avtab.o \