Home
last modified time | relevance | path

Searched defs:hashtab_key_params (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/security/selinux/ss/
Dhashtab.h21 struct hashtab_key_params { struct
22 u32 (*hash)(const void *key); /* hash func */
23 int (*cmp)(const void *key1, const void *key2); /* comparison func */