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