Home
last modified time | relevance | path

Searched refs:SMACK_CIPSO_MAXCATNUM (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/security/smack/
H A Dsmack.h218 #define SMACK_CIPSO_MAXCATNUM 184 /* 23 * 8 */ macro
H A Dsmackfs.c151 #define SMK_CIPSOMAX (SMK_CIPSOMIN + SMACK_CIPSO_MAXCATNUM * SMK_DIGITLEN)
898 if (ret != 1 || catlen < 0 || catlen > SMACK_CIPSO_MAXCATNUM) in smk_set_cipso()
914 if (ret != 1 || cat > SMACK_CIPSO_MAXCATNUM) in smk_set_cipso()
/kernel/linux/linux-6.6/security/smack/
H A Dsmack.h209 #define SMACK_CIPSO_MAXCATNUM 184 /* 23 * 8 */ macro
H A Dsmackfs.c152 #define SMK_CIPSOMAX (SMK_CIPSOMIN + SMACK_CIPSO_MAXCATNUM * SMK_DIGITLEN)
899 if (ret != 1 || catlen < 0 || catlen > SMACK_CIPSO_MAXCATNUM) in smk_set_cipso()
915 if (ret != 1 || cat > SMACK_CIPSO_MAXCATNUM) in smk_set_cipso()

Completed in 9 milliseconds