Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/xsm/flask/ss/
A Davtab.h56 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 struct avtab_node *avtab_insert_nonunique(struct avtab *h,
[all …]
A Davtab.c37 static struct avtab_node* avtab_insert_node(struct avtab *h, int hvalue, in avtab_insert_node()
62 static int avtab_insert(struct avtab *h, struct avtab_key *key, in avtab_insert()
103 struct avtab_node * avtab_insert_nonunique(struct avtab * h, in avtab_insert_nonunique()
136 struct avtab_datum *avtab_search(struct avtab *h, struct avtab_key *key) in avtab_search()
232 void avtab_destroy(struct avtab *h) in avtab_destroy()
257 int avtab_init(struct avtab *h) in avtab_init()
264 int avtab_alloc(struct avtab *h, u32 nrules) in avtab_alloc()
302 void avtab_hash_eval(struct avtab *h, char *tag) in avtab_hash_eval()
341 int avtab_read_item(struct avtab *a, void *fp, struct policydb *pol, in avtab_read_item()
485 static int avtab_insertf(struct avtab *a, struct avtab_key *k, in avtab_insertf()
[all …]
A DMakefile5 obj-y += avtab.o
A Dpolicydb.h218 struct avtab te_avtab;
226 struct avtab te_cond_avtab;
A Dconditional.h73 void cond_compute_av(struct avtab *ctab, struct avtab_key *key, struct av_decision *avd);
A Dconditional.c271 static int cond_insertf(struct avtab *a, struct avtab_key *k, in cond_insertf()
516 void cond_compute_av(struct avtab *ctab, struct avtab_key *key, in cond_compute_av()

Completed in 8 milliseconds