gre_softc_list 103 net/if_gre.c struct gre_softc_head gre_softc_list; gre_softc_list 125 net/if_gre.c LIST_INIT(&gre_softc_list); gre_softc_list 166 net/if_gre.c LIST_INSERT_HEAD(&gre_softc_list, sc, sc_list); gre_softc_list 142 net/if_gre.h extern LIST_HEAD(gre_softc_head, gre_softc) gre_softc_list; gre_softc_list 341 netinet/ip_gre.c LIST_FOREACH(sc, &gre_softc_list, sc_list) {