Searched refs:jobj (Results 1 – 1 of 1) sorted by relevance
| /dpdk/app/test-pmd/ |
| H A D | cmd_flex_item.c | 172 json_object_foreach(jobj, key, je) { in flex_link_parse() 205 json_t *jobj = NULL; in flex_item_config() local 208 json_object_foreach(jroot, key, jobj) { in flex_item_config() 210 ret = flex_tunnel_parse(jobj, &flex_conf->tunnel); in flex_item_config() 222 ret = flex_field_parse(jobj, in flex_item_config() 230 uint32_t i, size = json_array_size(jobj); in flex_item_config() 232 ji = json_array_get(jobj, i); in flex_item_config() 243 uint32_t i, size = json_array_size(jobj); in flex_item_config() 245 ji = json_array_get(jobj, i); in flex_item_config() 257 uint32_t i, size = json_array_size(jobj); in flex_item_config() [all …]
|