Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/ !
H A Dif_bridge.c260 if ((_sc)->sc_iflist_xcnt > 0) \
271 if (((_sc)->sc_iflist_xcnt > 0) && ((_sc)->sc_iflist_ref == 0)) { \
279 (_sc)->sc_iflist_xcnt++; \
286 (_sc)->sc_iflist_xcnt--; \
528 uint32_t sc_iflist_xcnt; /* refcount for sc_iflist */ member
1236 if (sc->sc_iflist_xcnt > 0) { in bridge_lock2ref()
1265 if ((sc->sc_iflist_xcnt > 0) && (sc->sc_iflist_ref == 0)) { in bridge_unref()
1280 sc->sc_iflist_xcnt++; in bridge_xlock()
1297 sc->sc_iflist_xcnt--; in bridge_xdrop()