Searched refs:sc_list (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_pflog.h71 LIST_ENTRY(pflog_softc) sc_list; member in struct:pflog_softc
H A Dif_pflog.c195 LIST_INSERT_HEAD(&pflogif_list, pflogif, sc_list);
212 LIST_REMOVE(pflogif, sc_list);
H A Dif_bridge.c322 LIST_ENTRY(bridge_softc) sc_list;
1158 LIST_FOREACH(sc2, &bridge_list, sc_list) {
1230 LIST_INSERT_HEAD(&bridge_list, sc, sc_list);
2815 LIST_FOREACH(sc, &bridge_list, sc_list) {
5249 LIST_REMOVE(sc, sc_list);

Completed in 80 milliseconds