Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dthmap.h47 thmap_t * thmap_create(uintptr_t, const thmap_ops_t *, unsigned);
/netbsd-src/sys/net/npf/
H A Dnpf_params.c95 paraminfo->map = thmap_create(0, &npf_param_thmap_ops, THMAP_NOCOPY); in npf_param_init()
H A Dnpf_conndb.c140 cd->cd_map = thmap_create(0, NULL, THMAP_NOCOPY); in npf_conndb_create()
H A Dnpf_portmap.c164 pm->addr_map = thmap_create(0, NULL, THMAP_NOCOPY); in npf_portmap_create()
H A Dnpf_tableset.c387 t->t_map = thmap_create(0, NULL, THMAP_NOCOPY); in npf_table_create()
/netbsd-src/sys/netinet/
H A Dip_encap.c186 encap_map[0] = thmap_create(0, NULL, THMAP_NOCOPY); in encap_init()
188 encap_map[1] = thmap_create(0, NULL, THMAP_NOCOPY); in encap_init()
/netbsd-src/sys/kern/
H A Dsubr_thmap.c1006 thmap_create(uintptr_t baseptr, const thmap_ops_t *ops, unsigned flags) in thmap_create() function
/netbsd-src/sys/net/
H A Dif_wg.c4146 wg->wg_peers_bypubkey = thmap_create(0, NULL, THMAP_NOCOPY); in wg_handle_prop_peer()
4147 wg->wg_peers_byname = thmap_create(0, NULL, THMAP_NOCOPY); in wg_handle_prop_peer()
4148 wg->wg_sessions_byindex = thmap_create(0, NULL, THMAP_NOCOPY); in wg_handle_prop_peer()