Home
last modified time | relevance | path

Searched refs:thmap_del (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/sys/
H A Dthmap.h52 void * thmap_del(thmap_t *, const void *, size_t);
/netbsd-src/sys/net/npf/
H A Dnpf_params.c119 ret = thmap_del(pinfo->map, name, strlen(name)); in npf_param_fini()
H A Dnpf_tableset.c321 thmap_del(t->t_map, &ent->te_addr, ent->te_alen); in table_ipset_flush()
629 ent = thmap_del(t->t_map, addr, alen); in npf_table_remove()
H A Dnpf_conndb.c235 val = thmap_del(cd->cd_map, ck->ck_key, keylen); in npf_conndb_remove()
H A Dnpf_portmap.c496 thmap_del(pm->addr_map, &bm->addr, bm->addr_len); in npf_portmap_flush()
/netbsd-src/sys/netinet/
H A Dip_encap.c830 retep = thmap_del(emap, &ep->key, sizeof(ep->key)); in encap_detach_addr()
841 while ((retep = thmap_del(emap, &key, sizeof(key))) != NULL) { in encap_detach_addr()
/netbsd-src/sys/net/
H A Dif_wg.c1331 wgs0 = thmap_del(wg->wg_sessions_byindex, in wg_fill_msg_init()
4020 wgp0 = thmap_del(wg->wg_peers_byname, wgp->wgp_name, in wg_send_data_msg()
4025 wgp0 = thmap_del(wg->wg_peers_bypubkey, wgp->wgp_pubkey, in wg_send_data_msg()
4058 wgp = thmap_del(wg->wg_peers_byname, name, strlen(name)); in wg_send_data_msg()
4060 wgp0 = thmap_del(wg->wg_peers_bypubkey, wgp->wgp_pubkey, in wg_send_data_msg()
/netbsd-src/sys/kern/
H A Dsubr_thmap.c853 thmap_del(thmap_t *thmap, const void *key, size_t len) in thmap_del() function