HomeSort by: relevance | last modified time | path
    Searched refs:THMAP_NOCOPY (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/sys/
thmap.h 39 #define THMAP_NOCOPY 0x01
  /src/sys/net/npf/
npf_params.c 95 paraminfo->map = thmap_create(0, &npf_param_thmap_ops, THMAP_NOCOPY);
npf_conndb.c 140 cd->cd_map = thmap_create(0, NULL, THMAP_NOCOPY);
npf_portmap.c 164 pm->addr_map = thmap_create(0, NULL, THMAP_NOCOPY);
npf_tableset.c 387 t->t_map = thmap_create(0, NULL, THMAP_NOCOPY);
562 * use THMAP_NOCOPY.
  /src/sys/kern/
subr_thmap.c 500 if ((thmap->flags & THMAP_NOCOPY) == 0) {
523 if ((thmap->flags & THMAP_NOCOPY) == 0) {
950 if ((thmap->flags & THMAP_NOCOPY) == 0) {
  /src/sys/netinet/
ip_encap.c 186 encap_map[0] = thmap_create(0, NULL, THMAP_NOCOPY);
188 encap_map[1] = thmap_create(0, NULL, THMAP_NOCOPY);
  /src/sys/net/
if_wg.c 4146 wg->wg_peers_bypubkey = thmap_create(0, NULL, THMAP_NOCOPY);
4147 wg->wg_peers_byname = thmap_create(0, NULL, THMAP_NOCOPY);
4148 wg->wg_sessions_byindex = thmap_create(0, NULL, THMAP_NOCOPY);

Completed in 21 milliseconds