Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_manager.c755 bool is_child_flow = !uuid_is_null(req->nfr_parent_flow_uuid); in flow_req_prepare() local
756 if ((is_child_flow && req->nfr_flow_demux_count == 0) || in flow_req_prepare()
757 (!is_child_flow && req->nfr_flow_demux_count > 0)) { in flow_req_prepare()