Home
last modified time | relevance | path

Searched defs:bpf_jit_state (Results 1 – 1 of 1) sorted by relevance

/dpdk/lib/bpf/
H A Dbpf_jit_x86.c99 struct bpf_jit_state { struct
100 uint32_t idx;
101 size_t sz;
102 struct {
105 } exit;
106 struct {
108 } ldmb;
109 uint32_t reguse;
110 int32_t *off;
134 emit_bytes(struct bpf_jit_state *st, const uint8_t ins[], uint32_t sz) in emit_bytes() argument