Searched defs:hashtab_key_params (Results 1 – 1 of 1) sorted by relevance
21 struct hashtab_key_params { struct22 u32 (*hash)(const void *key); /* hash func */23 int (*cmp)(const void *key1, const void *key2); /* comparison func */