Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/smack/
H A Dsmackfs.c145 * SMK_DIGITLEN: Length of a digit field in a rule.
149 #define SMK_DIGITLEN 4 macro
150 #define SMK_CIPSOMIN (SMK_LABELLEN + 2 * SMK_DIGITLEN)
151 #define SMK_CIPSOMAX (SMK_CIPSOMIN + SMACK_CIPSO_MAXCATNUM * SMK_DIGITLEN)
891 rule += SMK_DIGITLEN; in smk_set_cipso()
902 count != (SMK_CIPSOMIN + catlen * SMK_DIGITLEN)) in smk_set_cipso()
908 rule += SMK_DIGITLEN; in smk_set_cipso()
/kernel/linux/linux-6.6/security/smack/
H A Dsmackfs.c146 * SMK_DIGITLEN: Length of a digit field in a rule.
150 #define SMK_DIGITLEN 4 macro
151 #define SMK_CIPSOMIN (SMK_LABELLEN + 2 * SMK_DIGITLEN)
152 #define SMK_CIPSOMAX (SMK_CIPSOMIN + SMACK_CIPSO_MAXCATNUM * SMK_DIGITLEN)
892 rule += SMK_DIGITLEN; in smk_set_cipso()
903 count != (SMK_CIPSOMIN + catlen * SMK_DIGITLEN)) in smk_set_cipso()
909 rule += SMK_DIGITLEN; in smk_set_cipso()

Completed in 8 milliseconds