Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline_internal.h913 uint8_t *header_out_storage; member
1588 memcpy(&t->header_out_storage[offset], h->ptr, h->n_bytes); in emit_handler()
1593 memcpy(t->ptr - offset, t->header_out_storage, offset); in emit_handler()
H A Drte_swx_pipeline.c1235 t->header_out_storage = calloc(1, n_bytes); in header_build()
1236 CHECK(t->header_out_storage, ENOMEM); in header_build()
1269 free(t->header_out_storage); in header_build_free()
1270 t->header_out_storage = NULL; in header_build_free()