Home
last modified time | relevance | path

Searched refs:SMACK_CIPSO_MAXCATNUM (Results 1 – 2 of 2) sorted by relevance

/security/smack/
A Dsmack.h213 #define SMACK_CIPSO_MAXCATNUM 184 /* 23 * 8 */ macro
A Dsmackfs.c154 #define SMK_CIPSOMAX (SMK_CIPSOMIN + SMACK_CIPSO_MAXCATNUM * SMK_DIGITLEN)
883 if (ret != 1 || catlen < 0 || catlen > SMACK_CIPSO_MAXCATNUM) in smk_set_cipso()
899 if (ret != 1 || cat > SMACK_CIPSO_MAXCATNUM) in smk_set_cipso()

Completed in 10 milliseconds