Searched refs:thmap_get (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/sys/sys/ |
H A D | thmap.h | 50 void * thmap_get(thmap_t *, const void *, size_t);
|
/netbsd-src/sys/net/npf/ |
H A D | npf_params.c | 228 return thmap_get(pinfo->map, name, namelen); in npf_param_lookup()
|
H A D | npf_conndb.c | 175 val = thmap_get(cd->cd_map, ck->ck_key, keylen); in npf_conndb_lookup()
|
H A D | npf_portmap.c | 441 bm = thmap_get(pm->addr_map, addr, alen); in npf_portmap_autoget()
|
H A D | npf_tableset.c | 686 found = thmap_get(t->t_map, addr, alen) != NULL; in npf_table_lookup()
|
/netbsd-src/sys/netinet/ |
H A D | ip_encap.c | 227 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 D | subr_thmap.c | 694 thmap_get(thmap_t *thmap, const void *key, size_t len) in thmap_get() function
|
/netbsd-src/sys/net/ |
H A D | if_wg.c | 2426 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()
|