Searched refs:thmap_create (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/sys/sys/ |
| H A D | thmap.h | 47 thmap_t * thmap_create(uintptr_t, const thmap_ops_t *, unsigned);
|
| /netbsd-src/sys/net/npf/ |
| H A D | npf_params.c | 95 paraminfo->map = thmap_create(0, &npf_param_thmap_ops, THMAP_NOCOPY); in npf_param_init()
|
| H A D | npf_conndb.c | 140 cd->cd_map = thmap_create(0, NULL, THMAP_NOCOPY); in npf_conndb_create()
|
| H A D | npf_portmap.c | 164 pm->addr_map = thmap_create(0, NULL, THMAP_NOCOPY); in npf_portmap_create()
|
| H A D | npf_tableset.c | 387 t->t_map = thmap_create(0, NULL, THMAP_NOCOPY); in npf_table_create()
|
| /netbsd-src/sys/netinet/ |
| H A D | ip_encap.c | 186 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 D | subr_thmap.c | 1006 thmap_create(uintptr_t baseptr, const thmap_ops_t *ops, unsigned flags) in thmap_create() function
|
| /netbsd-src/sys/net/ |
| H A D | if_wg.c | 4146 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()
|