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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/include/
H A Dxfrm.h73 *sid = SECSID_NULL;
H A Dnetlabel.h99 *sid = SECSID_NULL;
H A Dsecurity.h14 #define SECSID_NULL 0x00000000 /* unspecified SID */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/
H A Dnetif.c312 SECSID_NULL, SECSID_NULL, SECCLASS_NULL, 0);
H A Dnetport.c275 SECSID_NULL, SECSID_NULL, SECCLASS_NULL, 0);
H A Dnetlabel.c184 *sid = SECSID_NULL;
193 *sid = SECSID_NULL;
H A Dnetnode.c339 SECSID_NULL, SECSID_NULL, SECCLASS_NULL, 0);
H A Dxfrm.c164 *sid = SECSID_NULL;
H A Dhooks.c3619 * returns zero if the value in @sid is valid (although it may be SECSID_NULL)
4114 u32 peer_sid = SECSID_NULL;
4119 if (peer_sid == SECSID_NULL)
4143 u32 peer_secid = SECSID_NULL;
4162 if (peer_secid == SECSID_NULL)
4242 if (peersid == SECSID_NULL) {
4244 req->peer_secid = SECSID_NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/ss/
H A Dmls.c257 if (def_sid != SECSID_NULL && oldc)
269 if (def_sid == SECSID_NULL)
400 NULL, SECSID_NULL);
H A Dservices.c1219 *sid = SECSID_NULL;
1270 sid, SECSID_NULL, GFP_KERNEL, 0);
1302 sid, SECSID_NULL, GFP_KERNEL, 1);
1622 c->len, &ctx, SECSID_NULL);
2506 * returns zero. Otherwise @peer_sid is set to SECSID_NULL and the function
2511 * no peer labels | 0 | SECSID_NULL
2514 * multiple, inconsistent labels | -<errno> | SECSID_NULL
2528 if (xfrm_sid == SECSID_NULL) {
2533 * and is treated as if nlbl_sid == SECSID_NULL when a XFRM SID/label
2535 if (nlbl_sid == SECSID_NULL || nlbl_typ
[all...]
H A Dsidtab.c175 *out_sid = SECSID_NULL;

Completed in 176 milliseconds