Home
last modified time | relevance | path

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

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