Searched refs:n_headers_out (Results 1 – 1 of 1) sorted by relevance
628 uint32_t n_headers_out; member2488 t->n_headers_out = 0; in instr_rx_exec()2534 if ((t->n_headers_out == 1) && in emit_handler()2545 if ((t->n_headers_out == 2) && in emit_handler()2569 for (i = 0; i < t->n_headers_out; i++) { in emit_handler()2805 uint32_t n_headers_out = t->n_headers_out; in __instr_hdr_emit_exec() local2806 struct header_out_runtime *ho = &t->headers_out[n_headers_out - 1]; in __instr_hdr_emit_exec()2824 if (!t->n_headers_out) { in __instr_hdr_emit_exec()2833 n_headers_out = 1; in __instr_hdr_emit_exec()2854 n_headers_out++; in __instr_hdr_emit_exec()[all …]