Searched refs:SMK_DIGITLEN (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.c98 * SMK_DIGITLEN: Length of a digit field in a rule.
102 #define SMK_DIGITLEN 4 macro
103 #define SMK_CIPSOMIN (SMK_LABELLEN + 2 * SMK_DIGITLEN)
104 #define SMK_CIPSOMAX (SMK_CIPSOMIN + SMACK_CIPSO_MAXCATNUM * SMK_DIGITLEN)
595 rule += SMK_DIGITLEN;
600 if (count != (SMK_CIPSOMIN + catlen * SMK_DIGITLEN))
606 rule += SMK_DIGITLEN;

Completed in 65 milliseconds