Searched refs:add_request (Results 1 – 1 of 1) sorted by relevance
9350 struct necp_client_add_flow * __indexable add_request = NULL; in necp_client_add_flow() local9382 add_request = (struct necp_client_add_flow *)&default_add_request; in necp_client_add_flow()9396 add_request = allocated_add_request; in necp_client_add_flow()9431 new_registration->flags = add_request->flags; in necp_client_add_flow()9435 …bool open_flow_on_behalf_of_client = (add_request->flags & NECP_CLIENT_FLOW_FLAGS_OPEN_FLOW_ON_BEH… in necp_client_add_flow()9437 if (open_flow_on_behalf_of_client && !uuid_is_null(add_request->registration_id)) { in necp_client_add_flow()9438 uuid_copy(registration_id_to_add, add_request->registration_id); in necp_client_add_flow()9444 uuid_copy(add_request->registration_id, new_registration->registration_id); in necp_client_add_flow()9450 add_request->stats_request_count * sizeof(struct necp_client_flow_stats)); in necp_client_add_flow()9454 if (add_request->flags & NECP_CLIENT_FLOW_FLAGS_OVERRIDE_ADDRESS) { in necp_client_add_flow()[all …]