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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/smack/
H A Dsmackfs.c99 * SMK_CIPSOMIN: Minimum possible cipso rule length.
103 #define SMK_CIPSOMIN (SMK_LABELLEN + 2 * SMK_DIGITLEN) macro
104 #define SMK_CIPSOMAX (SMK_CIPSOMIN + SMACK_CIPSO_MAXCATNUM * SMK_DIGITLEN)
561 if (count < SMK_CIPSOMIN || count > SMK_CIPSOMAX)
600 if (count != (SMK_CIPSOMIN + catlen * SMK_DIGITLEN))

Completed in 33 milliseconds