Searched refs:V_gre_softc_list (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/net/
H A Dif_gre.c103 #define V_gre_softc_list VNET(gre_softc_list) macro
146 LIST_INIT(&V_gre_softc_list);
187 LIST_INSERT_HEAD(&V_gre_softc_list, sc, gre_list);
578 LIST_FOREACH(tsc, &V_gre_softc_list, gre_list) {

Completed in 153 milliseconds