Searched refs:dst_if (Results 1 – 1 of 1) sorted by relevance
1565 struct ifnet *dst_if; in bridge_output() local1596 dst_if = ifp; in bridge_output()1605 dst_if = NULL; in bridge_output()1607 dst_if = bridge_rtlookup(sc, eh->ether_dhost); in bridge_output()1621 if (dst_if == ifp) in bridge_output()1627 if (dst_if != NULL) { in bridge_output()1629 if (TX_OFFLOAD_SUPPORTED(dst_if->if_csum_flags_tx, in bridge_output()1649 if ((dst_if->if_flags & IFF_RUNNING) == 0) in bridge_output()1652 bridge_enqueue(sc, dst_if, m, 0); in bridge_output()1699 dst_if = bif->bif_ifp; in bridge_output()[all …]