Home
last modified time | relevance | path

Searched refs:ordered_hashmap_remove_value (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/basic/
Dhashmap.h213 static inline void* ordered_hashmap_remove_value(OrderedHashmap *h, const void *key, void *value) { in ordered_hashmap_remove_value() function
/systemd-251/src/network/netdev/
Dmacsec.c100ordered_hashmap_remove_value(c->macsec->receive_channels, &c->sci.as_uint64, c); in macsec_receive_channel_free()