OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thmap_del
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/sys/
thmap.h
52
void *
thmap_del
(thmap_t *, const void *, size_t);
/src/sys/net/npf/
npf_params.c
119
ret =
thmap_del
(pinfo->map, name, strlen(name));
npf_tableset.c
41
* The thmap_put()/
thmap_del
() are not called from the interrupt
321
thmap_del
(t->t_map, &ent->te_addr, ent->te_alen);
629
ent =
thmap_del
(t->t_map, addr, alen);
npf_conndb.c
48
* the
thmap_del
() and thmap_put() calls. Note: we assume that the
235
val =
thmap_del
(cd->cd_map, ck->ck_key, keylen);
npf_portmap.c
496
thmap_del
(pm->addr_map, &bm->addr, bm->addr_len);
/src/sys/netinet/
ip_encap.c
830
retep =
thmap_del
(emap, &ep->key, sizeof(ep->key));
841
while ((retep =
thmap_del
(emap, &key, sizeof(key))) != NULL) {
/src/sys/kern/
subr_thmap.c
850
*
thmap_del
: remove the entry given the key.
853
thmap_del
(thmap_t *thmap, const void *key, size_t len)
function in typeref:typename:void *
/src/sys/net/
if_wg.c
1331
wgs0 =
thmap_del
(wg->wg_sessions_byindex,
4020
wgp0 =
thmap_del
(wg->wg_peers_byname, wgp->wgp_name,
4025
wgp0 =
thmap_del
(wg->wg_peers_bypubkey, wgp->wgp_pubkey,
4058
wgp =
thmap_del
(wg->wg_peers_byname, name, strlen(name));
4060
wgp0 =
thmap_del
(wg->wg_peers_bypubkey, wgp->wgp_pubkey,
Completed in 20 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025