HomeSort by: relevance | last modified time | path
    Searched refs:thmap_get (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/sys/
thmap.h 50 void * thmap_get(thmap_t *, const void *, size_t);
  /src/sys/net/npf/
npf_params.c 228 return thmap_get(pinfo->map, name, namelen);
npf_conndb.c 175 val = thmap_get(cd->cd_map, ck->ck_key, keylen);
npf_portmap.c 441 bm = thmap_get(pm->addr_map, addr, alen);
npf_tableset.c 686 found = thmap_get(t->t_map, addr, alen) != NULL;
  /src/sys/netinet/
ip_encap.c 227 while ((ep = thmap_get(emap, &key, sizeof(key))) != NULL) {
389 while ((ep = thmap_get(emap, &key, sizeof(key))) != NULL) {
  /src/sys/kern/
subr_thmap.c 691 * thmap_get: lookup a value given the key.
694 thmap_get(thmap_t *thmap, const void *key, size_t len) function in typeref:typename:void *
  /src/sys/net/
if_wg.c 2426 wgp = thmap_get(wg->wg_peers_bypubkey, pubkey, WG_STATIC_KEY_LEN);
2624 wgs = thmap_get(wg->wg_sessions_byindex, &index, sizeof index);
4942 if (thmap_get(wg->wg_peers_bypubkey, wgp->wgp_pubkey,
4945 thmap_get(wg->wg_peers_byname, wgp->wgp_name,

Completed in 18 milliseconds