THMAP_NOCOPY
if ((thmap->flags & THMAP_NOCOPY) == 0) {
if ((thmap->flags & THMAP_NOCOPY) == 0) {
if ((thmap->flags & THMAP_NOCOPY) == 0) {
wg->wg_peers_bypubkey = thmap_create(0, NULL, THMAP_NOCOPY);
wg->wg_peers_byname = thmap_create(0, NULL, THMAP_NOCOPY);
wg->wg_sessions_byindex = thmap_create(0, NULL, THMAP_NOCOPY);
cd->cd_map = thmap_create(0, NULL, THMAP_NOCOPY);
paraminfo->map = thmap_create(0, &npf_param_thmap_ops, THMAP_NOCOPY);
pm->addr_map = thmap_create(0, NULL, THMAP_NOCOPY);
t->t_map = thmap_create(0, NULL, THMAP_NOCOPY);
encap_map[0] = thmap_create(0, NULL, THMAP_NOCOPY);
encap_map[1] = thmap_create(0, NULL, THMAP_NOCOPY);