Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c848 void *obj_handle; in rte_swx_pipeline_extern_object_config() local
864 obj_handle = type->constructor(args); in rte_swx_pipeline_extern_object_config()
865 if (!obj_handle) { in rte_swx_pipeline_extern_object_config()
873 obj->obj = obj_handle; in rte_swx_pipeline_extern_object_config()