Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dhash-funcs.h18 #define _DEFINE_HASH_OPS(uq, name, type, hash_func, compare_func, free_key_func, free_value_func, s… argument
19 …sed_ static void (* UNIQ_T(static_hash_wrapper, uq))(const type *, struct siphash *) = hash_func; \
22 .hash = (hash_func_t) hash_func, \
35 #define _DEFINE_HASH_OPS_WITH_KEY_DESTRUCTOR(uq, name, type, hash_func, compare_func, free_func, sc… argument
37 _DEFINE_HASH_OPS(uq, name, type, hash_func, compare_func, \
40 #define _DEFINE_HASH_OPS_WITH_VALUE_DESTRUCTOR(uq, name, type, hash_func, compare_func, type_value,… argument
42 _DEFINE_HASH_OPS(uq, name, type, hash_func, compare_func, \
45 #define _DEFINE_HASH_OPS_FULL(uq, name, type, hash_func, compare_func, free_key_func, type_value, f… argument
48 _DEFINE_HASH_OPS(uq, name, type, hash_func, compare_func, \
52 #define DEFINE_HASH_OPS(name, type, hash_func, compare_func) \ argument
[all …]
/systemd-251/src/network/
Dnetworkd-queue.c57 siphash24_compress(&req->hash_func, sizeof(req->hash_func), state); in request_hash_func()
60 if (req->hash_func) in request_hash_func()
61 req->hash_func(req->userdata, state); in request_hash_func()
84 r = CMP(PTR_TO_UINT64(a->hash_func), PTR_TO_UINT64(b->hash_func)); in request_compare_func()
111 hash_func_t hash_func, in request_new() argument
138 .hash_func = hash_func, in request_new()
185 hash_func_t hash_func, in link_queue_request_full() argument
195 userdata, free_func, hash_func, compare_func, in link_queue_request_full()
Dnetworkd-queue.h69 hash_func_t hash_func; member
101 hash_func_t hash_func,
118 #define link_queue_request_safe(link, type, userdata, free_func, hash_func, compare_func, process, … argument
121 void (*_h)(const typeof(*userdata)*, struct siphash*) = (hash_func); \
Dnetworkd-address.c1290 .hash_func = (hash_func_t) address_hash_func, in address_cancel_request()
Dnetworkd-route.c1555 .hash_func = (hash_func_t) route_hash_func, in route_cancel_request()