Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline_internal.h911 struct header_out_runtime *headers_out; /* Emitted headers. */ member
1551 struct header_out_runtime *h0 = &t->headers_out[0]; in emit_handler()
1552 struct header_out_runtime *h1 = &t->headers_out[1]; in emit_handler()
1586 struct header_out_runtime *h = &t->headers_out[i]; in emit_handler()
1843 struct header_out_runtime *ho = &t->headers_out[n_headers_out - 1]; in __instr_hdr_emit_many_exec()
1869 ho = &t->headers_out[0]; in __instr_hdr_emit_many_exec()
H A Drte_swx_pipeline.c1228 t->headers_out = calloc(p->n_headers, in header_build()
1230 CHECK(t->headers_out, ENOMEM); in header_build()
1263 free(t->headers_out); in header_build_free()
1264 t->headers_out = NULL; in header_build_free()