Home
last modified time | relevance | path

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

/security/selinux/ss/
Dhashtab.h21 struct hashtab { struct
22 struct hashtab_node **htable; /* hash table */ argument
25 u32 (*hash_value)(struct hashtab *h, const void *key); argument
27 int (*keycmp)(struct hashtab *h, const void *key1, const void *key2); argument