Searched refs:catlen (Results 1 – 1 of 1) sorted by relevance
823 int catlen; in smk_set_cipso() local882 ret = sscanf(rule, "%d", &catlen); in smk_set_cipso()883 if (ret != 1 || catlen < 0 || catlen > SMACK_CIPSO_MAXCATNUM) in smk_set_cipso()887 count != (SMK_CIPSOMIN + catlen * SMK_DIGITLEN)) in smk_set_cipso()892 for (i = 0; i < catlen; i++) { in smk_set_cipso()