avtab
struct avtab_node *avtab_insert_nonunique(struct avtab *h,
struct avtab_node *avtab_search_node(struct avtab *h,
void avtab_destroy(struct avtab *h)
void avtab_init(struct avtab *h)
static int avtab_alloc_common(struct avtab *h, u32 nslot)
int avtab_alloc(struct avtab *h, u32 nrules)
int avtab_alloc_dup(struct avtab *new, const struct avtab *orig)
void avtab_hash_eval(struct avtab *h, const char *tag)
int avtab_read_item(struct avtab *a, struct policy_file *fp, struct policydb *pol,
int (*insertf)(struct avtab *a, const struct avtab_key *k,
static struct avtab_node *avtab_insert_node(struct avtab *h,
static int avtab_insertf(struct avtab *a, const struct avtab_key *k,
int avtab_read(struct avtab *a, struct policy_file *fp, struct policydb *pol)
int avtab_write(struct policydb *p, struct avtab *a, struct policy_file *fp)
static int avtab_insert(struct avtab *h, const struct avtab_key *key,
void avtab_hash_eval(struct avtab *h, const char *tag);
static inline void avtab_hash_eval(struct avtab *h, const char *tag)
int avtab_read_item(struct avtab *a, struct policy_file *fp, struct policydb *pol,
int (*insert)(struct avtab *a, const struct avtab_key *k,
int avtab_read(struct avtab *a, struct policy_file *fp, struct policydb *pol);
int avtab_write(struct policydb *p, struct avtab *a, struct policy_file *fp);
struct avtab_node *avtab_insert_nonunique(struct avtab *h,
struct avtab_node *avtab_search_node(struct avtab *h,
void avtab_init(struct avtab *h);
int avtab_alloc(struct avtab *h, u32 nrules);
int avtab_alloc_dup(struct avtab *new, const struct avtab *orig);
void avtab_destroy(struct avtab *h);
static int cond_insertf(struct avtab *a, const struct avtab_key *k,
void cond_compute_xperms(struct avtab *ctab, struct avtab_key *key,
void cond_compute_av(struct avtab *ctab, struct avtab_key *key,
struct avtab *avtab)
avtab, &orig->nodes[i]->key, &orig->nodes[i]->datum);
void cond_compute_av(struct avtab *ctab, struct avtab_key *key,
void cond_compute_xperms(struct avtab *ctab, struct avtab_key *key,
struct avtab te_avtab;
struct avtab te_cond_avtab;