Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/net/
H A Droute.h334 #define IS_DIRECT_HOSTROUTE(rt) \ macro
/xnu-8020.140.41/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c204 if (__improbable(!IS_DIRECT_HOSTROUTE(tgt_rt) || in fsw_ethernet_resolve()
/xnu-8020.140.41/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_route.c521 } else if (IS_DIRECT_HOSTROUTE(rt)) { in flow_route_configure()