Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_entry.c515 fe->fe_qset_select = FE_QSET_SELECT_FIXED; in flow_entry_alloc()
519 fe->fe_qset_select = FE_QSET_SELECT_DYNAMIC; in flow_entry_alloc()
524 fe->fe_qset_select = FE_QSET_SELECT_NONE; in flow_entry_alloc()
H A Dflow_var.h322 flow_qset_select_t fe_qset_select; member
/xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2679 if (fe->fe_qset_select == FE_QSET_SELECT_DYNAMIC) { in dp_flow_tx_route_process()