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

  /src/sys/sys/
thmap.h 48 void thmap_destroy(thmap_t *);
  /src/sys/net/npf/
npf_params.c 130 thmap_destroy(pinfo->map);
npf_conndb.c 156 thmap_destroy(cd->cd_map);
npf_portmap.c 176 thmap_destroy(pm->addr_map);
npf_tableset.c 434 thmap_destroy(t->t_map);
  /src/sys/net/
if_wg.c 4215 thmap_destroy(wg->wg_sessions_byindex);
4216 thmap_destroy(wg->wg_peers_byname);
4217 thmap_destroy(wg->wg_peers_bypubkey);
4266 thmap_destroy(wg->wg_sessions_byindex);
4267 thmap_destroy(wg->wg_peers_byname);
4268 thmap_destroy(wg->wg_peers_bypubkey);
  /src/sys/kern/
subr_thmap.c 1055 thmap_destroy(thmap_t *thmap) function in typeref:typename:void

Completed in 20 milliseconds