Lines Matching refs:flows
49 …ncd, const uuid_t fsw, nexus_port_t nx_port_start, int nports, int nflows_per_port, uuid_t flows[]) in do_flows() argument
54 uuid_generate_random(flows[i * nflows_per_port + j]); in do_flows()
56 error = sktc_bind_tcp4_flow(ncd, fsw, 0, nx_port_start + i, flows[i * nflows_per_port + j]); in do_flows()
63 undo_flows(nexus_controller_t ncd, const uuid_t fsw, int nflows, const uuid_t flows[]) in undo_flows() argument
68 uuid_unparse_upper(flows[i], uuidstr); in undo_flows()
70 error = sktc_unbind_flow(ncd, fsw, flows[i]); in undo_flows()
81 uuid_t flows[nports * nflows_per_port]; in skt_manyflows_common() local
83 …es.controller, handles.fsw_nx_uuid, NEXUS_PORT_FLOW_SWITCH_CLIENT, nports, nflows_per_port, flows); in skt_manyflows_common()
84 undo_flows(handles.controller, handles.fsw_nx_uuid, sizeof(flows) / sizeof(flows[0]), flows); in skt_manyflows_common()
173 uuid_t flows[nports]; in skt_mf1xall_common() local
179 uuid_generate_random(flows[i]); in skt_mf1xall_common()
181 0, NEXUS_PORT_FLOW_SWITCH_CLIENT, flows[i]); in skt_mf1xall_common()
187 uuid_clear(flows[i]); in skt_mf1xall_common()
211 if (!uuid_is_null(flows[i])) { in skt_mf1xall_common()
212 error = sktc_unbind_flow(handles.controller, handles.fsw_nx_uuid, flows[i]); in skt_mf1xall_common()