Searched refs:V_rtzone (Results 1 – 1 of 1) sorted by relevance
56 #define V_rtzone VNET(rtzone) macro62 V_rtzone = uma_zcreate("rtentry", sizeof(struct rtentry), in vnet_rtzone_init()71 uma_zdestroy(V_rtzone); in vnet_rtzone_destroy()87 struct rtentry *rt = uma_zalloc(V_rtzone, M_NOWAIT | M_ZERO); in rt_alloc()162 uma_zfree(V_rtzone, rt); in rt_free_immediate()