if_bridge.c | 2043 struct bridge_iflist *_bif; local in function:bridge_input 2049 BRIDGE_IFLIST_READER_FOREACH(_bif, sc) { 2051 if (bridge_ourether(_bif, eh, 0)) { 2052 bridge_acquire_member(sc, _bif, &_psref); 2054 if (_bif->bif_flags & IFBIF_LEARNING) 2057 m_set_rcvif(m, _bif->bif_ifp); 2058 _ifp = _bif->bif_ifp; 2059 bridge_release_member(sc, _bif, &_psref); 2064 if (bridge_ourether(_bif, eh, 1)) 2070 if (_bif != NULL) [all...] |