Home
last modified time | relevance | path

Searched refs:IS_DIRECT_HOSTROUTE (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Droute.h130 #define IS_DIRECT_HOSTROUTE(rt) \ macro
H A Dnecp_client.c8487 if (IS_DIRECT_HOSTROUTE(rt)) { in necp_client_destination_mac_address()
/xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c208 if (__improbable(!IS_DIRECT_HOSTROUTE(tgt_rt) || in fsw_ethernet_resolve()
/xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_route.c510 } else if (IS_DIRECT_HOSTROUTE(rt)) { in flow_route_configure()