OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thmap_put
(Results
1 - 8
of
8
) sorted by relevancy
/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
544
/* Consume from prior release in
thmap_put
(). */
631
/* Consume from prior release in
thmap_put
(). */
727
*
thmap_put
: insert a value given the key.
733
thmap_put
(thmap_t *thmap, const void *key, size_t len, void *val)
function
/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,
Completed in 37 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026