/src/sys/sys/ |
thmap.h | 51 void * thmap_put(thmap_t *, const void *, size_t, void *);
|
/src/sys/net/npf/ |
npf_params.c | 203 ret = thmap_put(pinfo->map, name, strlen(name), param);
|
npf_conndb.c | 48 * the thmap_del() and thmap_put() calls. Note: we assume that the 218 ok = thmap_put(cd->cd_map, ck->ck_key, keylen, val) == val;
|
npf_portmap.c | 457 ret = thmap_put(pm->addr_map, &bm->addr, alen, bm);
|
npf_tableset.c | 41 * The thmap_put()/thmap_del() are not called from the interrupt 568 if (thmap_put(t->t_map, &ent->te_addr, alen, ent) == ent) {
|
/src/sys/netinet/ |
ip_encap.c | 698 while ((retep = thmap_put(emap, &ep->key, sizeof(ep->key), ep)) != ep) 845 pp = thmap_put(emap, &retep->key, sizeof(retep->key), retep);
|
/src/sys/kern/ |
subr_thmap.c | 534 /* Consume from prior release in thmap_put(). */ 621 /* Consume from prior release in thmap_put(). */ 717 * thmap_put: insert a value given the key. 723 thmap_put(thmap_t *thmap, const void *key, size_t len, void *val) function in typeref:typename:void *
|
/src/sys/net/ |
if_wg.c | 1382 wgs0 = thmap_put(wg->wg_sessions_byindex, 4952 wgp0 = thmap_put(wg->wg_peers_bypubkey, wgp->wgp_pubkey, 4956 wgp0 = thmap_put(wg->wg_peers_byname, wgp->wgp_name,
|