Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/skywalk/nexus/flowswitch/
H A Dfsw_netagent.c110 req.nfr_flowadv_idx = FLOWADV_IDX_NONE; in fsw_netagent_flow_add()
180 ASSERT(req.nfr_flowadv_idx != FLOWADV_IDX_NONE); in fsw_netagent_flow_add()
315 _CASSERT(FLOWADV_IDX_NONE == UINT32_MAX); in fsw_netagent_register()
316 _CASSERT(NECP_FLOWADV_IDX_INVALID == FLOWADV_IDX_NONE); in fsw_netagent_register()
H A Dfsw.c1038 req->nfr_flowadv_idx = FLOWADV_IDX_NONE; in fsw_ctl()
H A Dfsw_dp.c3285 if (fe->fe_adv_idx != FLOWADV_IDX_NONE) { in dp_flow_tx_process()
/xnu-11417.140.69/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.c413 flowadv_idx_t fadv_idx = FLOWADV_IDX_NONE; in flow_entry_alloc()
579 if (fe->fe_adv_idx != FLOWADV_IDX_NONE && fo->fo_nx_port_na != NULL) { in flow_entry_alloc()
648 if (fadv_idx != FLOWADV_IDX_NONE) { in flow_entry_alloc()
695 if (fe->fe_adv_idx != FLOWADV_IDX_NONE) { in flow_entry_teardown()
701 fe->fe_adv_idx = FLOWADV_IDX_NONE; in flow_entry_teardown()
704 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-11417.140.69/bsd/skywalk/channel/
H A Dos_channel.h55 #define FLOWADV_IDX_NONE ((flowadv_idx_t)-1) macro
/xnu-11417.140.69/tests/skywalk/
H A Dskt_xfer.c297 nfr.nfr_flowadv_idx = FLOWADV_IDX_NONE; in connect_flow()
341 nfr.nfr_flowadv_idx = FLOWADV_IDX_NONE; in connect_child_flow()
3434 flowadv_idx_t flowadv_idx = FLOWADV_IDX_NONE; in skt_xfer_flowcleanup()
3460 assert(flowadv_idx != FLOWADV_IDX_NONE); in skt_xfer_flowcleanup()
3481 flowadv_idx = FLOWADV_IDX_NONE; in skt_xfer_flowcleanup()
3486 assert(flowadv_idx != FLOWADV_IDX_NONE); in skt_xfer_flowcleanup()
3843 flowadv_idx_t tmp_flowadv_idx = FLOWADV_IDX_NONE; in skt_xfer_listener_tcp_rst()
3849 assert(tmp_flowadv_idx != FLOWADV_IDX_NONE); in skt_xfer_listener_tcp_rst()
3854 flowadv_idx_t tmp_flowadv_idx = FLOWADV_IDX_NONE; in skt_xfer_listener_tcp_rst()
3859 assert(tmp_flowadv_idx != FLOWADV_IDX_NONE); in skt_xfer_listener_tcp_rst()
/xnu-11417.140.69/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c888 _CASSERT(FLOWADV_IDX_NONE == UINT32_MAX); in nx_netif_agent_register()
889 _CASSERT(NECP_FLOWADV_IDX_INVALID == FLOWADV_IDX_NONE); in nx_netif_agent_register()
H A Dnx_netif.c1551 req->nfr_flowadv_idx = FLOWADV_IDX_NONE; in nx_netif_ctl_flow_check()