Home | History | Annotate | Download | only in net

Lines Matching defs:dst_if

1565 	struct ifnet *dst_if;
1596 dst_if = ifp;
1605 dst_if = NULL;
1607 dst_if = bridge_rtlookup(sc, eh->ether_dhost);
1621 if (dst_if == ifp)
1627 if (dst_if != NULL) {
1629 if (TX_OFFLOAD_SUPPORTED(dst_if->if_csum_flags_tx,
1649 if ((dst_if->if_flags & IFF_RUNNING) == 0)
1652 bridge_enqueue(sc, dst_if, m, 0);
1699 dst_if = bif->bif_ifp;
1700 if ((dst_if->if_flags & IFF_RUNNING) == 0)
1709 if (dst_if != ifp &&
1722 dst_if == ifp))
1734 bridge_enqueue(sc, dst_if, mc, 0);
1737 dst_if != ifp)
1753 m_set_rcvif(mc, dst_if);
1757 KERNEL_LOCK_UNLESS_IFP_MPSAFE(dst_if);
1758 ether_input(dst_if, mc);
1759 KERNEL_UNLOCK_UNLESS_IFP_MPSAFE(dst_if);
1787 if ((dst_if->if_flags & IFF_RUNNING) == 0)
1790 bridge_enqueue(sc, dst_if, m, 0);
1817 struct ifnet *src_if, *dst_if;
1890 dst_if = bridge_rtlookup(sc, eh->ether_dhost);
1891 if (src_if == dst_if)
1896 dst_if = NULL;
1904 if (dst_if == NULL) {
1916 if ((dst_if->if_flags & IFF_RUNNING) == 0)
1919 bif = bridge_lookup_member_if(sc, dst_if, &psref);
1949 bridge_enqueue(sc, dst_if, m, 1);
2126 struct ifnet *dst_if;
2140 dst_if = bif->bif_ifp;
2153 if ((dst_if->if_flags & IFF_RUNNING) == 0)
2156 if (dst_if != src_if) {
2175 bridge_enqueue(sc, dst_if, mc, 1);
2192 m_set_rcvif(mc, dst_if);
2196 ether_input(dst_if, mc);
2254 struct ifnet *dst_if, int setflags, uint8_t flags)
2268 brt->brt_ifp = dst_if;