Lines Matching refs:sidtab
24 struct sidtab { struct
34 int sidtab_init(struct sidtab *s); argument
35 int sidtab_insert(struct sidtab *s, u32 sid, struct context *context);
36 struct context *sidtab_search(struct sidtab *s, u32 sid);
37 struct context *sidtab_search_force(struct sidtab *s, u32 sid);
39 int sidtab_map(struct sidtab *s,
45 int sidtab_context_to_sid(struct sidtab *s,
49 void sidtab_hash_eval(struct sidtab *h, char *tag);
50 void sidtab_destroy(struct sidtab *s);
51 void sidtab_set(struct sidtab *dst, struct sidtab *src);
52 void sidtab_shutdown(struct sidtab *s);