Home
last modified time | relevance | path

Searched refs:dst_if (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/flowctl/
H A Dflowctl.c269 char src_if[IFNAMSIZ], dst_if[IFNAMSIZ]; in flow_cache_print() local
286 if_indextoname(fle->fle_o_ifx, dst_if), in flow_cache_print()
303 char src_if[IFNAMSIZ], dst_if[IFNAMSIZ]; in flow_cache_print6() local
320 if_indextoname(fle6->fle_o_ifx, dst_if), in flow_cache_print6()
337 char src_if[IFNAMSIZ], dst_if[IFNAMSIZ]; in flow_cache_print_verbose() local
354 if_indextoname(fle->fle_o_ifx, dst_if), in flow_cache_print_verbose()
380 char src_if[IFNAMSIZ], dst_if[IFNAMSIZ]; in flow_cache_print6_verbose() local
397 if_indextoname(fle6->fle_o_ifx, dst_if), in flow_cache_print6_verbose()
/freebsd/sys/net/
H A Dif_bridge.c2178 struct ifnet *bifp, *dst_if; in bridge_output() local
2202 dst_if = ifp; in bridge_output()
2211 dst_if = NULL; in bridge_output()
2213 dst_if = bridge_rtlookup(sc, eh->ether_dhost, vlan); in bridge_output()
2215 if (dst_if != ifp) in bridge_output()
2217 if (dst_if == NULL) { in bridge_output()
2225 dst_if = bif->bif_ifp; in bridge_output()
2227 if (dst_if->if_type == IFT_GIF) in bridge_output()
2229 if ((dst_if->if_drv_flags & IFF_DRV_RUNNING) == 0) in bridge_output()
2238 if (dst_if != ifp && (bif->bif_flags & IFBIF_STP) && in bridge_output()
[all …]