Searched refs:emit (Results 1 – 15 of 15) sorted by relevance
194 emit h.outer_ethernet195 emit h.outer_ipv4196 emit h.outer_udp197 emit h.outer_vxlan198 emit h.ethernet199 emit h.ipv4
90 emit h.ethernet91 emit h.ipv492 emit h.udp
64 emit h.ethernet65 emit h.ipv4
60 emit h.ethernet61 emit h.ipv4
124 emit h.ethernet125 emit h.ipv4
57 emit h.ethernet
92 emit h.ethernet93 emit h.ipv4
168 emit h.ethernet169 emit h.ipv4
187 emit and receive packets. It will store any applied configuration but will fail188 to emit anything, returning ``0`` from its TX function. Any unsent packet must
255 clang -O2 -emit-llvm -c tap_bpf_program.c -o - | llc -march=bpf \
91 ``app_trace_string(const char *str)`` to emit the trace event to the trace273 per thread to enable lock less trace-emit function.
1191 …in front of each output packet through the emit operation; these headers can be part of the set of…1204 …transmit the current packet, extract and emit headers from/into the packet, read/write the packet …
1116 emit(struct a64_jit_ctx *ctx, struct rte_bpf *bpf) in emit() function1413 rc = emit(&ctx, bpf); in bpf_jit_arm64()1427 rc = emit(&ctx, bpf); in bpf_jit_arm64()
1282 emit(struct bpf_jit_state *st, const struct rte_bpf *bpf) in emit() function1517 rc = emit(&st, bpf); in bpf_jit_x86()1529 rc = emit(&st, bpf); in bpf_jit_x86()
134 …they provide additional degrees of type-safety and can allow compilers to emit extra warnings abou…