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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/ss/
H A Davtab.h2 * An access vector table (avtab) is a hash table
50 struct avtab { struct
55 int avtab_init(struct avtab *);
56 struct avtab_datum *avtab_search(struct avtab *h, struct avtab_key *k);
57 void avtab_destroy(struct avtab *h);
58 void avtab_hash_eval(struct avtab *h, char *tag);
60 int avtab_read_item(void *fp, uint32_t vers, struct avtab *a,
61 int (*insert)(struct avtab *a, struct avtab_key *k,
65 int avtab_read(struct avtab *a, void *fp, u32 vers);
67 struct avtab_node *avtab_insert_nonunique(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 Davtab.c22 #include "avtab.h"
34 avtab_insert_node(struct avtab *h, int hvalue,
56 static int avtab_insert(struct avtab *h, struct avtab_key *key, struct avtab_datum *datum)
93 * key/specified mask into the table, as needed by the conditional avtab.
97 avtab_insert_nonunique(struct avtab * h, struct avtab_key * key, struct avtab_datum * datum)
129 struct avtab_datum *avtab_search(struct avtab *h, struct avtab_key *key)
164 avtab_search_node(struct avtab *h, struct avtab_key *key)
223 void avtab_destroy(struct avtab *h)
245 int avtab_init(struct avtab *h)
258 void avtab_hash_eval(struct avtab *
[all...]
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 Dpolicydb.h28 #include "avtab.h"
214 struct avtab te_avtab;
222 struct avtab te_cond_avtab;
H A Dconditional.c136 /* the avtab_ptr_t node is destroy by the avtab */
263 static int cond_insertf(struct avtab *a, struct avtab_key *k, struct avtab_datum *d, void *ptr)
484 void cond_compute_av(struct avtab *ctab, struct avtab_key *key, struct av_decision *avd)

Completed in 52 milliseconds