Home
last modified time | relevance | path

Searched refs:thmap_destroy (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/sys/
H A Dthmap.h48 void thmap_destroy(thmap_t *);
/netbsd-src/sys/net/npf/
H A Dnpf_params.c130 thmap_destroy(pinfo->map); in npf_param_fini()
H A Dnpf_conndb.c156 thmap_destroy(cd->cd_map); in npf_conndb_destroy()
H A Dnpf_portmap.c176 thmap_destroy(pm->addr_map); in npf_portmap_destroy()
H A Dnpf_tableset.c434 thmap_destroy(t->t_map); in npf_table_destroy()
/netbsd-src/sys/net/
H A Dif_wg.c4215 thmap_destroy(wg->wg_sessions_byindex); in wg_handle_prop_peer()
4216 thmap_destroy(wg->wg_peers_byname); in wg_handle_prop_peer()
4217 thmap_destroy(wg->wg_peers_bypubkey); in wg_handle_prop_peer()
4266 thmap_destroy(wg->wg_sessions_byindex); in wg_handle_prop_peer()
4267 thmap_destroy(wg->wg_peers_byname); in wg_handle_prop_peer()
4268 thmap_destroy(wg->wg_peers_bypubkey); in wg_handle_prop_peer()
/netbsd-src/sys/kern/
H A Dsubr_thmap.c1055 thmap_destroy(thmap_t *thmap) in thmap_destroy() function