Lines Matching defs:dst_if
2178 struct ifnet *bifp, *dst_if;
2202 dst_if = ifp;
2211 dst_if = NULL;
2213 dst_if = bridge_rtlookup(sc, eh->ether_dhost, vlan);
2215 if (dst_if != ifp)
2217 if (dst_if == NULL) {
2225 dst_if = bif->bif_ifp;
2227 if (dst_if->if_type == IFT_GIF)
2229 if ((dst_if->if_drv_flags & IFF_DRV_RUNNING) == 0)
2238 if (dst_if != ifp && (bif->bif_flags & IFBIF_STP) &&
2253 bridge_enqueue(sc, dst_if, mc);
2266 if ((dst_if->if_drv_flags & IFF_DRV_RUNNING) == 0) {
2271 bridge_enqueue(sc, dst_if, m);
2286 struct ifnet *dst_if;
2296 (dst_if = bridge_rtlookup(sc, eh->ether_dhost, DOT1Q_VID_NULL)) !=
2298 error = bridge_enqueue(sc, dst_if, m);
2357 struct ifnet *src_if, *dst_if, *ifp;
2418 dst_if = bridge_rtlookup(sc, dst, vlan);
2419 if (src_if == dst_if)
2435 dst_if = NULL;
2447 if (dst_if != NULL || (m->m_flags & (M_BCAST | M_MCAST)) == 0)
2458 if (dst_if == NULL) {
2467 if ((dst_if->if_drv_flags & IFF_DRV_RUNNING) == 0)
2470 dbif = bridge_lookup_member_if(sc, dst_if);
2484 if (bridge_pfil(&m, ifp, dst_if, PFIL_OUT) != 0)
2490 bridge_enqueue(sc, dst_if, m);
2763 struct ifnet *dst_if;
2779 dst_if = dbif->bif_ifp;
2780 if (dst_if == src_if)
2795 if ((dst_if->if_drv_flags & IFF_DRV_RUNNING) == 0)
2824 if (bridge_pfil(&mc, NULL, dst_if, PFIL_OUT) != 0)
2830 bridge_enqueue(sc, dst_if, mc);
2846 struct ifnet *dst_if;
2855 dst_if = bif->bif_ifp;
2857 if ((dst_if->if_drv_flags & IFF_DRV_RUNNING) == 0)
2866 bridge_enqueue(sc, dst_if, mc);