Lines Matching refs:context
28 struct context { struct
37 static inline void mls_context_init(struct context *c) in mls_context_init()
42 static inline int mls_context_cpy(struct context *dst, in mls_context_cpy()
43 const struct context *src) in mls_context_cpy()
63 static inline int mls_context_cpy_low(struct context *dst, in mls_context_cpy_low()
64 const struct context *src) in mls_context_cpy_low()
84 static inline int mls_context_cpy_high(struct context *dst, in mls_context_cpy_high()
85 const struct context *src) in mls_context_cpy_high()
102 static inline int mls_context_glblub(struct context *dst, in mls_context_glblub()
103 const struct context *c1, in mls_context_glblub()
104 const struct context *c2) in mls_context_glblub()
135 static inline bool mls_context_equal(const struct context *c1, in mls_context_equal()
136 const struct context *c2) in mls_context_equal()
144 static inline void mls_context_destroy(struct context *c) in mls_context_destroy()
151 static inline void context_init(struct context *c) in context_init()
156 static inline int context_cpy(struct context *dst, const struct context *src) in context_cpy()
182 static inline void context_destroy(struct context *c) in context_destroy()
191 static inline bool context_equal(const struct context *c1, in context_equal()
192 const struct context *c2) in context_equal()
202 u32 context_compute_hash(const struct context *c);