Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/smack/
H A Dsmackfs.c157 * SMK_LOADLEN: Smack rule length
164 #define SMK_LOADLEN (SMK_LABELLEN + SMK_LABELLEN + SMK_ACCESSLEN) macro
361 * @data: string to be parsed whose size is SMK_LOADLEN
466 if (count < SMK_OLOADLEN || count > SMK_LOADLEN) in smk_write_rules_list()
2301 if (count < SMK_LOADLEN) in smk_user_access()
2326 return SMK_LOADLEN; in smk_user_access()
/kernel/linux/linux-6.6/security/smack/
H A Dsmackfs.c158 * SMK_LOADLEN: Smack rule length
165 #define SMK_LOADLEN (SMK_LABELLEN + SMK_LABELLEN + SMK_ACCESSLEN) macro
362 * @data: string to be parsed whose size is SMK_LOADLEN
467 if (count < SMK_OLOADLEN || count > SMK_LOADLEN) in smk_write_rules_list()
2313 if (count < SMK_LOADLEN) in smk_user_access()
2338 return SMK_LOADLEN; in smk_user_access()

Completed in 8 milliseconds