Home
last modified time | relevance | path

Searched refs:thmap_get (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/sys/
H A Dthmap.h50 void * thmap_get(thmap_t *, const void *, size_t);
/netbsd-src/sys/net/npf/
H A Dnpf_params.c228 return thmap_get(pinfo->map, name, namelen); in npf_param_lookup()
H A Dnpf_conndb.c175 val = thmap_get(cd->cd_map, ck->ck_key, keylen); in npf_conndb_lookup()
H A Dnpf_portmap.c441 bm = thmap_get(pm->addr_map, addr, alen); in npf_portmap_autoget()
H A Dnpf_tableset.c686 found = thmap_get(t->t_map, addr, alen) != NULL; in npf_table_lookup()
/netbsd-src/sys/netinet/
H A Dip_encap.c227 while ((ep = thmap_get(emap, &key, sizeof(key))) != NULL) { in encap4_lookup()
389 while ((ep = thmap_get(emap, &key, sizeof(key))) != NULL) { in encap6_lookup()
/netbsd-src/sys/kern/
H A Dsubr_thmap.c694 thmap_get(thmap_t *thmap, const void *key, size_t len) in thmap_get() function
/netbsd-src/sys/net/
H A Dif_wg.c2426 wgp = thmap_get(wg->wg_peers_bypubkey, pubkey, WG_STATIC_KEY_LEN); in wg_validate_route()
2624 wgs = thmap_get(wg->wg_sessions_byindex, &index, sizeof index); in wg_handle_msg_data()
4942 if (thmap_get(wg->wg_peers_bypubkey, wgp->wgp_pubkey, in wg_send_user()
4945 thmap_get(wg->wg_peers_byname, wgp->wgp_name, in wg_send_user()