Searched defs:bpf_jit (Results 1 – 1 of 1) sorted by relevance
31 struct bpf_jit { struct32 u32 seen; /* Flags to remember seen eBPF instructions */33 u32 seen_reg[16]; /* Array to remember which registers are used */34 u32 *addrs; /* Array with relative instruction addresses */35 u8 *prg_buf; /* Start of program */36 int size; /* Size of program and literal pool */37 int size_prg; /* Size of program */38 int prg; /* Current position in program */39 int lit_start; /* Start of literal pool */40 int lit; /* Current position in literal pool */[all …]