HomeSort by: relevance | last modified time | path
    Searched defs:dst_if (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
if_bridge.c 1565 struct ifnet *dst_if; local in function:bridge_output
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
1817 struct ifnet *src_if, *dst_if; local in function:bridge_forward
2126 struct ifnet *dst_if; local in function:bridge_broadcast
    [all...]
if_bridge.c 1565 struct ifnet *dst_if; local in function:bridge_output
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
1817 struct ifnet *src_if, *dst_if; local in function:bridge_forward
2126 struct ifnet *dst_if; local in function:bridge_broadcast
    [all...]

Completed in 33 milliseconds