Home
last modified time | relevance | path

Searched refs:V_nexpire (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netinet/
H A Dip_mroute.c168 #define V_nexpire VNET(nexpire) macro
762 bzero(V_nexpire, sizeof(V_nexpire[0]) * mfchashsize); in X_ip_mrouter_done()
1095 V_nexpire[hash]--; in add_mfc()
1119 V_nexpire[hash]--; in add_mfc()
1383 V_nexpire[hash]++; in X_ip_mforward()
1448 if (V_nexpire[i] == 0) in expire_upcalls()
2830 V_nexpire = malloc(mfchashsize, M_MRTABLE, M_WAITOK|M_ZERO); in vnet_mroute_init()
2854 free(V_nexpire, M_MRTABLE); in vnet_mroute_uninit()
2855 V_nexpire = NULL; in vnet_mroute_uninit()