Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_pipeline/
H A Drte_swx_pipeline.c626 uint8_t *header_out_storage; member
2136 t->header_out_storage = calloc(1, n_bytes); in header_build()
2137 CHECK(t->header_out_storage, ENOMEM); in header_build()
2167 free(t->header_out_storage); in header_build_free()
2168 t->header_out_storage = NULL; in header_build_free()
2572 memcpy(&t->header_out_storage[offset], h->ptr, h->n_bytes); in emit_handler()
2577 memcpy(t->ptr - offset, t->header_out_storage, offset); in emit_handler()