Searched refs:SECSID_NULL (Results 1 - 9 of 9) sorted by relevance

/security/selinux/include/
H A Dxfrm.h78 *sid = SECSID_NULL;
88 *sid = SECSID_NULL;
H A Dnetlabel.h99 *sid = SECSID_NULL;
H A Dsecurity.h17 #define SECSID_NULL 0x00000000 /* unspecified SID */ macro
/security/selinux/
H A Dxfrm.c219 return SECSID_NULL;
222 return SECSID_NULL;
230 u32 sid_session = SECSID_NULL;
241 if (sid_session == SECSID_NULL) {
246 *sid = SECSID_NULL;
265 *sid = SECSID_NULL;
276 if (rc == 0 && *sid == SECSID_NULL)
H A Dnetlabel.c210 *sid = SECSID_NULL;
219 *sid = SECSID_NULL;
H A Dhooks.c3986 * returns zero if the value in @sid is valid (although it may be SECSID_NULL)
4032 if (skb_sid != SECSID_NULL)
4045 if (tsec->sockcreate_sid > SECSID_NULL) {
4530 u32 peer_sid = SECSID_NULL;
4535 if (peer_sid == SECSID_NULL)
4559 u32 peer_secid = SECSID_NULL;
4578 if (peer_secid == SECSID_NULL)
5072 /* At this point, if the returned skb peerlbl is SECSID_NULL
5078 if (skb_sid == SECSID_NULL) {
/security/selinux/ss/
H A Dmls.c249 if (def_sid != SECSID_NULL && oldc)
261 if (def_sid == SECSID_NULL)
392 NULL, SECSID_NULL);
H A Dservices.c1413 *sid = SECSID_NULL;
1465 sid, SECSID_NULL, gfp, 0);
1497 sid, SECSID_NULL, GFP_KERNEL, 1);
1867 c->len, &ctx, SECSID_NULL);
2799 * returns zero. Otherwise @peer_sid is set to SECSID_NULL and the function
2804 * no peer labels | 0 | SECSID_NULL
2807 * multiple, inconsistent labels | -<errno> | SECSID_NULL
2818 *peer_sid = SECSID_NULL;
2823 if (xfrm_sid == SECSID_NULL) {
2828 * and is treated as if nlbl_sid == SECSID_NULL whe
[all...]
H A Dsidtab.c205 *out_sid = SECSID_NULL;

Completed in 140 milliseconds