SMK_LABELLEN       42 security/smack/smack.h 	char		smk_packet[SMK_LABELLEN];	/* TCP peer label */
SMK_LABELLEN       79 security/smack/smack.h 	char	smk_catset[SMK_LABELLEN];
SMK_LABELLEN      105 security/smack/smack.h 	char			smk_known[SMK_LABELLEN];
SMK_LABELLEN      200 security/smack/smack.h 	if (cat > SMK_LABELLEN * 8)
SMK_LABELLEN      198 security/smack/smack_access.c 	char smack[SMK_LABELLEN];
SMK_LABELLEN      205 security/smack/smack_access.c 	for (i = 0, found = 0; i < SMK_LABELLEN; i++) {
SMK_LABELLEN      332 security/smack/smack_access.c 		    memcmp(kp->smk_cipso->smk_catset, cp, SMK_LABELLEN) == 0)
SMK_LABELLEN       51 security/smack/smack_lsm.c 	char in[SMK_LABELLEN];
SMK_LABELLEN       56 security/smack/smack_lsm.c 	rc = ip->i_op->getxattr(dp, XATTR_NAME_SMACK, in, SMK_LABELLEN);
SMK_LABELLEN      639 security/smack/smack_lsm.c 	if (size >= SMK_LABELLEN)
SMK_LABELLEN     1275 security/smack/smack_lsm.c 	for (cat = 1, cp = catset, byte = 0; byte < SMK_LABELLEN; cp++, byte++)
SMK_LABELLEN     1363 security/smack/smack_lsm.c 	if (value == NULL || size > SMK_LABELLEN)
SMK_LABELLEN     2048 security/smack/smack_lsm.c 	if (value == NULL || size == 0 || size >= SMK_LABELLEN)
SMK_LABELLEN     2106 security/smack/smack_lsm.c 	char smack[SMK_LABELLEN];
SMK_LABELLEN     2124 security/smack/smack_lsm.c 	memset(smack, '\0', SMK_LABELLEN);
SMK_LABELLEN     2159 security/smack/smack_lsm.c 	char smack[SMK_LABELLEN];
SMK_LABELLEN     2168 security/smack/smack_lsm.c 	memset(smack, '\0', SMK_LABELLEN);
SMK_LABELLEN     2234 security/smack/smack_lsm.c 	char smack[SMK_LABELLEN];
SMK_LABELLEN     2251 security/smack/smack_lsm.c 	memset(smack, '\0', SMK_LABELLEN);
SMK_LABELLEN     2315 security/smack/smack_lsm.c 	char smack[SMK_LABELLEN];
SMK_LABELLEN     2321 security/smack/smack_lsm.c 	memset(smack, '\0', SMK_LABELLEN);
SMK_LABELLEN       94 security/smack/smackfs.c #define SMK_CIPSOMIN (SMK_LABELLEN + 2 * SMK_DIGITLEN)
SMK_LABELLEN      105 security/smack/smackfs.c #define SMK_LOADLEN   (SMK_LABELLEN + SMK_LABELLEN + SMK_ACCESSLEN)
SMK_LABELLEN      262 security/smack/smackfs.c 	rule.smk_object = smk_import(data + SMK_LABELLEN, 0);
SMK_LABELLEN      268 security/smack/smackfs.c 	switch (data[SMK_LABELLEN + SMK_LABELLEN]) {
SMK_LABELLEN      279 security/smack/smackfs.c 	switch (data[SMK_LABELLEN + SMK_LABELLEN + 1]) {
SMK_LABELLEN      290 security/smack/smackfs.c 	switch (data[SMK_LABELLEN + SMK_LABELLEN + 2]) {
SMK_LABELLEN      301 security/smack/smackfs.c 	switch (data[SMK_LABELLEN + SMK_LABELLEN + 3]) {
SMK_LABELLEN      437 security/smack/smackfs.c 	for (i = 0; i < SMK_LABELLEN; i++)
SMK_LABELLEN      491 security/smack/smackfs.c 	char mapcatset[SMK_LABELLEN];
SMK_LABELLEN      534 security/smack/smackfs.c 	rule += SMK_LABELLEN;;
SMK_LABELLEN      770 security/smack/smackfs.c 	char in[SMK_LABELLEN];
SMK_LABELLEN      777 security/smack/smackfs.c 	if (count >= SMK_LABELLEN)
SMK_LABELLEN      845 security/smack/smackfs.c 	char in[SMK_LABELLEN];
SMK_LABELLEN      859 security/smack/smackfs.c 	if (count >= SMK_LABELLEN)
SMK_LABELLEN      917 security/smack/smackfs.c 	if (count < SMK_LABELLEN)