Searched refs:thmap_del (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/sys/sys/ |
| H A D | thmap.h | 52 void * thmap_del(thmap_t *, const void *, size_t);
|
| /netbsd-src/sys/net/npf/ |
| H A D | npf_params.c | 119 ret = thmap_del(pinfo->map, name, strlen(name)); in npf_param_fini()
|
| H A D | npf_tableset.c | 321 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 D | npf_conndb.c | 235 val = thmap_del(cd->cd_map, ck->ck_key, keylen); in npf_conndb_remove()
|
| H A D | npf_portmap.c | 496 thmap_del(pm->addr_map, &bm->addr, bm->addr_len); in npf_portmap_flush()
|
| /netbsd-src/sys/netinet/ |
| H A D | ip_encap.c | 830 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 D | if_wg.c | 1331 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 D | subr_thmap.c | 853 thmap_del(thmap_t *thmap, const void *key, size_t len) in thmap_del() function
|