thmap_get
wgp = thmap_get(wg->wg_peers_bypubkey, pubkey, WG_STATIC_KEY_LEN);
wgs = thmap_get(wg->wg_sessions_byindex, &index, sizeof index);
if (thmap_get(wg->wg_peers_bypubkey, wgp->wgp_pubkey,
thmap_get(wg->wg_peers_byname, wgp->wgp_name,
val = thmap_get(cd->cd_map, ck->ck_key, keylen);
return thmap_get(pinfo->map, name, namelen);
bm = thmap_get(pm->addr_map, addr, alen);
found = thmap_get(t->t_map, addr, alen) != NULL;
while ((ep = thmap_get(emap, &key, sizeof(key))) != NULL) {
while ((ep = thmap_get(emap, &key, sizeof(key))) != NULL) {
void * thmap_get(thmap_t *, const void *, size_t);