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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/ss/
H A Davtab.h2 * An access vector table (avtab) is a hash table
21 * Tuned number of hash slots for avtab to reduce memory usage
53 struct avtab { struct
61 int avtab_init(struct avtab *);
62 int avtab_alloc(struct avtab *, u32);
63 struct avtab_datum *avtab_search(struct avtab *h, struct avtab_key *k);
64 void avtab_destroy(struct avtab *h);
65 void avtab_hash_eval(struct avtab *h, char *tag);
68 int avtab_read_item(struct avtab *a, void *fp, struct policydb *pol,
69 int (*insert)(struct avtab *
[all...]
H A DMakefile8 ss-y := ebitmap.o hashtab.o symtab.o sidtab.o avtab.o policydb.o services.o conditional.o mls.o
H A Dconditional.h13 #include "avtab.h"
73 void cond_compute_av(struct avtab *ctab, struct avtab_key *key, struct av_decision *avd);
H A Davtab.c17 * Tuned number of hash slots for avtab to reduce memory usage
23 #include "avtab.h"
35 avtab_insert_node(struct avtab *h, int hvalue,
57 static int avtab_insert(struct avtab *h, struct avtab_key *key, struct avtab_datum *datum)
94 * key/specified mask into the table, as needed by the conditional avtab.
98 avtab_insert_nonunique(struct avtab *h, struct avtab_key *key, struct avtab_datum *datum)
128 struct avtab_datum *avtab_search(struct avtab *h, struct avtab_key *key)
163 avtab_search_node(struct avtab *h, struct avtab_key *key)
222 void avtab_destroy(struct avtab *h)
245 int avtab_init(struct avtab *
[all...]
H A Dpolicydb.h30 #include "avtab.h"
223 struct avtab te_avtab;
231 struct avtab te_cond_avtab;
H A Dconditional.c137 /* the avtab_ptr_t node is destroy by the avtab */
266 static int cond_insertf(struct avtab *a, struct avtab_key *k, struct avtab_datum *d, void *ptr)
496 void cond_compute_av(struct avtab *ctab, struct avtab_key *key, struct av_decision *avd)

Completed in 61 milliseconds