Searched refs:ocontext (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/security/selinux/ss/ |
D | policydb.h | 174 struct ocontext { struct 206 struct ocontext *next; argument 211 struct ocontext *head; 286 struct ocontext *ocontexts[OCON_NUM];
|
D | services.c | 729 struct context *ocontext, in security_validtrans_handle_fail() argument 738 if (context_struct_to_string(p, ocontext, &o, &olen)) in security_validtrans_handle_fail() 764 struct context *ocontext; in security_compute_validatetrans() local 792 ocontext = sidtab_search(sidtab, oldsid); in security_compute_validatetrans() 793 if (!ocontext) { in security_compute_validatetrans() 818 if (!constraint_expr_eval(policydb, ocontext, ncontext, in security_compute_validatetrans() 824 ocontext, in security_compute_validatetrans() 1938 struct ocontext *oc; in convert_context() 2277 struct ocontext *c; in security_port_sid() 2323 struct ocontext *c; in security_ib_pkey_sid() [all …]
|
D | policydb.c | 782 static void ocontext_destroy(struct ocontext *c, int i) in ocontext_destroy() 800 struct ocontext *c, *ctmp; in policydb_destroy() 897 struct ocontext *head, *c; in policydb_load_isids() 1998 struct ocontext *l, *c; in genfs_read() 1999 struct ocontext *newc = NULL; in genfs_read() 2112 struct ocontext *l, *c; in ocontext_read() 3110 struct ocontext *c; in ocontext_write() 3230 struct ocontext *c; in genfs_write()
|