V_rtzone
uma_zfree(V_rtzone, rt);
V_rtzone = uma_zcreate("rtentry", sizeof(struct rtentry),
uma_zdestroy(V_rtzone);
struct rtentry *rt = uma_zalloc(V_rtzone, M_NOWAIT | M_ZERO);