Home
last modified time | relevance | path

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

/security/smack/
Dsmackfs.c126 #define SMK_LOADLEN (SMK_LABELLEN + SMK_LABELLEN + SMK_ACCESSLEN) macro
321 if (count < (SMK_OLOADLEN) || count > SMK_LOADLEN) in smk_write_load_list()
324 data = kzalloc(SMK_LOADLEN, GFP_KERNEL); in smk_write_load_list()
1487 if (count < SMK_LOADLEN || smk_parse_rule(data, &rule, 0)) in smk_write_access()
1496 return SMK_LOADLEN; in smk_write_access()