Searched refs:dst_if (Results 1 – 2 of 2) sorted by relevance
| /trueos/usr.sbin/flowctl/ |
| HD | flowctl.c | 272 char src_if[IFNAMSIZ], dst_if[IFNAMSIZ]; in flow_cache_print() local 289 if_indextoname(fle->fle_o_ifx, dst_if), in flow_cache_print() 306 char src_if[IFNAMSIZ], dst_if[IFNAMSIZ]; in flow_cache_print6() local 323 if_indextoname(fle6->fle_o_ifx, dst_if), in flow_cache_print6() 340 char src_if[IFNAMSIZ], dst_if[IFNAMSIZ]; in flow_cache_print_verbose() local 357 if_indextoname(fle->fle_o_ifx, dst_if), in flow_cache_print_verbose() 383 char src_if[IFNAMSIZ], dst_if[IFNAMSIZ]; in flow_cache_print6_verbose() local 400 if_indextoname(fle6->fle_o_ifx, dst_if), in flow_cache_print6_verbose()
|
| /trueos/sys/net/ |
| HD | if_bridge.c | 1932 struct ifnet *dst_if; in bridge_output() local 1954 dst_if = ifp; in bridge_output() 1963 dst_if = NULL; in bridge_output() 1965 dst_if = bridge_rtlookup(sc, eh->ether_dhost, vlan); in bridge_output() 1966 if (dst_if == NULL) { in bridge_output() 1980 dst_if = bif->bif_ifp; in bridge_output() 1982 if (dst_if->if_type == IFT_GIF) in bridge_output() 1984 if ((dst_if->if_drv_flags & IFF_DRV_RUNNING) == 0) in bridge_output() 1993 if (dst_if != ifp && (bif->bif_flags & IFBIF_STP) && in bridge_output() 2008 bridge_enqueue(sc, dst_if, mc); in bridge_output() [all …]
|