Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dip_mroute.c170 #define V_mfchashtbl VNET(mfchashtbl) macro
755 LIST_FOREACH_SAFE(rt, &V_mfchashtbl[i], mfc_hash, nrt) { in X_ip_mrouter_done()
759 free(V_mfchashtbl, M_MRTABLE); in X_ip_mrouter_done()
760 V_mfchashtbl = NULL; in X_ip_mrouter_done()
819 if (LIST_FIRST(&V_mfchashtbl[i]) != NULL) { in set_api_config()
1080 LIST_FOREACH(rt, &V_mfchashtbl[hash], mfc_hash) { in add_mfc()
1114 LIST_FOREACH(rt, &V_mfchashtbl[hash], mfc_hash) { in add_mfc()
1141 LIST_INSERT_HEAD(&V_mfchashtbl[hash], rt, mfc_hash); in add_mfc()
1320 LIST_FOREACH(rt, &V_mfchashtbl[hash], mfc_hash) { in X_ip_mforward()
2778 if (V_mfchashtbl == NULL) /* XXX unlocked */ in sysctl_mfctable()
[all …]