Home
last modified time | relevance | path

Searched refs:smack_known_hash (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/security/smack/
H A Dsmack_access.c394 struct hlist_head smack_known_hash[SMACK_HASH_SLOTS]; variable
407 head = &smack_known_hash[hash & (SMACK_HASH_SLOTS - 1)]; in smk_insert_entry()
427 head = &smack_known_hash[hash & (SMACK_HASH_SLOTS - 1)]; in smk_find_entry()
H A Dsmack.h332 extern struct hlist_head smack_known_hash[SMACK_HASH_SLOTS];
/kernel/linux/linux-6.6/security/smack/
H A Dsmack_access.c394 struct hlist_head smack_known_hash[SMACK_HASH_SLOTS]; variable
408 head = &smack_known_hash[hash & (SMACK_HASH_SLOTS - 1)]; in smk_insert_entry()
428 head = &smack_known_hash[hash & (SMACK_HASH_SLOTS - 1)]; in smk_find_entry()
H A Dsmack.h323 extern struct hlist_head smack_known_hash[SMACK_HASH_SLOTS];

Completed in 4 milliseconds