Searched refs:bifp (Results 1 – 1 of 1) sorted by relevance
2517 struct ifnet *bifp, *dst_if; in bridge_output() local2531 bifp = sc->sc_ifp; in bridge_output()2541 if ((bifp->if_drv_flags & IFF_DRV_RUNNING) == 0) { in bridge_output()2556 ETHER_BPF_MTAP(bifp, m); in bridge_output()2588 if_inc_counter(bifp, IFCOUNTER_OERRORS, 1); in bridge_output()2849 struct ifnet *bifp; in bridge_input() local2902 bifp = sc->sc_ifp; in bridge_input()2903 if ((bifp->if_drv_flags & IFF_DRV_RUNNING) == 0) in bridge_input()2912 if ((bifp->if_flags & IFF_MONITOR) != 0) { in bridge_input()2913 m->m_pkthdr.rcvif = bifp; in bridge_input()[all …]