Searched refs:V_nexpire (Results 1 – 1 of 1) sorted by relevance
177 #define V_nexpire VNET(nexpire) macro826 bzero(V_nexpire, sizeof(V_nexpire[0]) * mfchashsize); in X_ip_mrouter_done()1182 V_nexpire[hash]--; in add_mfc()1206 V_nexpire[hash]--; in add_mfc()1474 V_nexpire[hash]++; in X_ip_mforward()1532 if (V_nexpire[i] == 0) in expire_upcalls()2774 V_nexpire = malloc(mfchashsize, M_MRTABLE, M_WAITOK|M_ZERO); in vnet_mroute_init()2799 free(V_nexpire, M_MRTABLE); in vnet_mroute_uninit()2800 V_nexpire = NULL; in vnet_mroute_uninit()