Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_netagent.c110 req.nfr_flowadv_idx = FLOWADV_IDX_NONE; in fsw_netagent_flow_add()
183 ASSERT(req.nfr_flowadv_idx != FLOWADV_IDX_NONE); in fsw_netagent_flow_add()
318 static_assert(FLOWADV_IDX_NONE == UINT32_MAX); in fsw_netagent_register()
319 static_assert(NECP_FLOWADV_IDX_INVALID == FLOWADV_IDX_NONE); in fsw_netagent_register()
H A Dfsw.c1042 req->nfr_flowadv_idx = FLOWADV_IDX_NONE; in fsw_ctl()
H A Dfsw_dp.c3362 if (fe->fe_adv_idx != FLOWADV_IDX_NONE) { in dp_flow_tx_process()
/xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_owner.c216 if (fe->fe_adv_idx != FLOWADV_IDX_NONE) { in flow_owner_bucket_activate_nx_port_common()
457 size_t nchunks, i, j, idx = FLOWADV_IDX_NONE; in flow_owner_flowadv_index_alloc()
478 if (idx == FLOWADV_IDX_NONE) { in flow_owner_flowadv_index_alloc()
483 *fadv_idx = FLOWADV_IDX_NONE; in flow_owner_flowadv_index_alloc()
H A Dflow_entry.c436 flowadv_idx_t fadv_idx = FLOWADV_IDX_NONE; in flow_entry_alloc()
604 if (fe->fe_adv_idx != FLOWADV_IDX_NONE && fo->fo_nx_port_na != NULL) { in flow_entry_alloc()
681 if (fadv_idx != FLOWADV_IDX_NONE) { in flow_entry_alloc()
847 if (fe->fe_adv_idx != FLOWADV_IDX_NONE) { in flow_entry_teardown()
853 fe->fe_adv_idx = FLOWADV_IDX_NONE; in flow_entry_teardown()
856 ASSERT(fe->fe_adv_idx == FLOWADV_IDX_NONE); in flow_entry_teardown()
H A Dflow_manager.c959 (req->nfr_flowadv_idx == FLOWADV_IDX_NONE)); in flow_mgr_flow_add()
/xnu-12377.1.9/bsd/skywalk/channel/
H A Dos_channel.h56 #define FLOWADV_IDX_NONE ((flowadv_idx_t)-1) macro
/xnu-12377.1.9/tests/skywalk/
H A Dskt_xfer.c297 nfr.nfr_flowadv_idx = FLOWADV_IDX_NONE; in connect_flow()
342 nfr.nfr_flowadv_idx = FLOWADV_IDX_NONE; in connect_child_flow()
3435 flowadv_idx_t flowadv_idx = FLOWADV_IDX_NONE; in skt_xfer_flowcleanup()
3461 assert(flowadv_idx != FLOWADV_IDX_NONE); in skt_xfer_flowcleanup()
3482 flowadv_idx = FLOWADV_IDX_NONE; in skt_xfer_flowcleanup()
3487 assert(flowadv_idx != FLOWADV_IDX_NONE); in skt_xfer_flowcleanup()
3844 flowadv_idx_t tmp_flowadv_idx = FLOWADV_IDX_NONE; in skt_xfer_listener_tcp_rst()
3850 assert(tmp_flowadv_idx != FLOWADV_IDX_NONE); in skt_xfer_listener_tcp_rst()
3855 flowadv_idx_t tmp_flowadv_idx = FLOWADV_IDX_NONE; in skt_xfer_listener_tcp_rst()
3860 assert(tmp_flowadv_idx != FLOWADV_IDX_NONE); in skt_xfer_listener_tcp_rst()
/xnu-12377.1.9/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c888 static_assert(FLOWADV_IDX_NONE == UINT32_MAX); in nx_netif_agent_register()
889 static_assert(NECP_FLOWADV_IDX_INVALID == FLOWADV_IDX_NONE); in nx_netif_agent_register()
H A Dnx_netif.c1550 req->nfr_flowadv_idx = FLOWADV_IDX_NONE; in nx_netif_ctl_flow_check()