Lines Matching refs:sidtab
28 struct sidtab { struct
36 int sidtab_init(struct sidtab *s); argument
37 int sidtab_insert(struct sidtab *s, u32 sid, struct context *context);
38 struct context *sidtab_search(struct sidtab *s, u32 sid);
40 int sidtab_map(struct sidtab *s,
43 void sidtab_map_remove_on_error(struct sidtab *s,
46 int sidtab_context_to_sid(struct sidtab *s, struct context *context, u32 *sid);
48 void sidtab_hash_eval(struct sidtab *h, char *tag);
49 void sidtab_destroy(struct sidtab *s);
50 void sidtab_set(struct sidtab *dst, struct sidtab *src);
51 void sidtab_shutdown(struct sidtab *s);