Searched refs:nhops_zone (Results 1 – 1 of 1) sorted by relevance
100 static uma_zone_t nhops_zone; /* Global zone for each and every nexthop */ variable110 nhops_zone = uma_zcreate("routing nhops", in nhops_init()331 uma_zfree(nhops_zone, nh_priv->nh); in nhop_create_from_info()368 uma_zfree(nhops_zone, nh_priv->nh); in get_nhop()374 uma_zfree(nhops_zone, nh_priv->nh); in get_nhop()480 uma_zfree(nhops_zone, nh_priv->nh); in nhop_create_from_nhop()502 nh = (struct nhop_object *)uma_zalloc(nhops_zone, M_NOWAIT | M_ZERO); in alloc_nhop_structure()530 uma_zfree(nhops_zone, nh); in finalize_nhop()616 uma_zfree(nhops_zone, nh); in destroy_nhop()