Searched defs:route_hash_ops (Results 1 - 1 of 1) sorted by relevance

/systemd/src/network/
H A Dnetworkd-route.c171 static const struct hash_ops route_hash_ops = { variable in typeref:struct:hash_ops
238 r = set_ensure_allocated(routes, &route_hash_ops);
284 r = set_ensure_allocated(&link->routes, &route_hash_ops);

Completed in 22 milliseconds