Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline_internal.h1551 struct header_out_runtime *h0 = &t->headers_out[0]; in emit_handler() local
1557 (h0->ptr + h0->n_bytes == t->ptr)) { in emit_handler()
1560 t->pkt.offset -= h0->n_bytes; in emit_handler()
1561 t->pkt.length += h0->n_bytes; in emit_handler()
1569 (h0->ptr == h0->ptr0)) { in emit_handler()
1574 offset = h0->n_bytes + h1->n_bytes; in emit_handler()
1575 memcpy(t->ptr - offset, h0->ptr, h0->n_bytes); in emit_handler()
H A Drte_swx_pipeline.c7251 struct header *h0 = NULL; in table_match_fields_check() local
7289 if (h0) { in table_match_fields_check()
7322 *header = h0; in table_match_fields_check()
7740 struct header *h0 = NULL; in selector_fields_check() local
7757 if (h0) { in selector_fields_check()
7761 if (!hf || (h->id != h0->id)) in selector_fields_check()
7781 *header = h0; in selector_fields_check()
8091 struct header *h0 = NULL; in learner_match_fields_check() local
8108 if (h0) { in learner_match_fields_check()
8112 if (!hf || (h->id != h0->id)) in learner_match_fields_check()
[all …]