Lines Matching defs:dst_if
1557 struct ifnet *dst_if;
1588 dst_if = ifp;
1597 dst_if = NULL;
1599 dst_if = bridge_rtlookup(sc, eh->ether_dhost);
1613 if (dst_if == ifp)
1619 if (dst_if != NULL) {
1621 if (TX_OFFLOAD_SUPPORTED(dst_if->if_csum_flags_tx,
1641 if ((dst_if->if_flags & IFF_RUNNING) == 0)
1644 bridge_enqueue(sc, dst_if, m, 0);
1691 dst_if = bif->bif_ifp;
1692 if ((dst_if->if_flags & IFF_RUNNING) == 0)
1701 if (dst_if != ifp &&
1714 dst_if == ifp))
1726 bridge_enqueue(sc, dst_if, mc, 0);
1729 dst_if != ifp)
1745 m_set_rcvif(mc, dst_if);
1749 KERNEL_LOCK_UNLESS_IFP_MPSAFE(dst_if);
1750 ether_input(dst_if, mc);
1751 KERNEL_UNLOCK_UNLESS_IFP_MPSAFE(dst_if);
1779 if ((dst_if->if_flags & IFF_RUNNING) == 0)
1782 bridge_enqueue(sc, dst_if, m, 0);
1809 struct ifnet *src_if, *dst_if;
1882 dst_if = bridge_rtlookup(sc, eh->ether_dhost);
1883 if (src_if == dst_if)
1888 dst_if = NULL;
1896 if (dst_if == NULL) {
1908 if ((dst_if->if_flags & IFF_RUNNING) == 0)
1911 bif = bridge_lookup_member_if(sc, dst_if, &psref);
1941 bridge_enqueue(sc, dst_if, m, 1);
2118 struct ifnet *dst_if;
2132 dst_if = bif->bif_ifp;
2145 if ((dst_if->if_flags & IFF_RUNNING) == 0)
2148 if (dst_if != src_if) {
2167 bridge_enqueue(sc, dst_if, mc, 1);
2184 m_set_rcvif(mc, dst_if);
2188 ether_input(dst_if, mc);
2246 struct ifnet *dst_if, int setflags, uint8_t flags)
2260 brt->brt_ifp = dst_if;