| /src/sys/net/ |
| if_slvar.h | 69 LIST_ENTRY(sl_softc) sc_iflist; member in struct:sl_softc
|
| if_pppvar.h | 145 LIST_ENTRY(ppp_softc) sc_iflist; member in struct:ppp_softc
|
| if_ppp.c | 271 LIST_FOREACH(sci, &ppp_softcs.list, sc_iflist) { 286 LIST_FOREACH(sci, &ppp_softcs.list, sc_iflist) { 299 LIST_INSERT_BEFORE(sci, sc, sc_iflist); 301 LIST_INSERT_AFTER(scl, sc, sc_iflist); 303 LIST_INSERT_HEAD(&ppp_softcs.list, sc, sc_iflist); 351 LIST_REMOVE(sc, sc_iflist); 373 LIST_FOREACH(scf, &ppp_softcs.list, sc_iflist) {
|
| if_sl.c | 277 LIST_INSERT_HEAD(&sl_softc_list, sc, sc_iflist); 289 LIST_REMOVE(sc, sc_iflist); 340 LIST_FOREACH(sc, &sl_softc_list, sc_iflist)
|