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