Searched refs:V_nexpire (Results 1 – 1 of 1) sorted by relevance
184 #define V_nexpire VNET(nexpire) macro843 bzero(V_nexpire, sizeof(V_nexpire[0]) * mfchashsize); in X_ip_mrouter_done()1200 V_nexpire[hash]--; in add_mfc()1224 V_nexpire[hash]--; in add_mfc()1492 V_nexpire[hash]++; in X_ip_mforward()1550 if (V_nexpire[i] == 0) in expire_upcalls()2795 V_nexpire = malloc(mfchashsize, M_MRTABLE, M_WAITOK|M_ZERO); in vnet_mroute_init()2820 free(V_nexpire, M_MRTABLE); in vnet_mroute_uninit()2821 V_nexpire = NULL; in vnet_mroute_uninit()