Searched defs:bpf_insn (Results 1 – 5 of 5) sorted by relevance
45 static inline int bpf2la_offset(int bpf_insn, int off, const struct jit_ctx *ctx) in bpf2la_offset()
71 struct bpf_insn { struct72 __u8 code; /* opcode */73 __u8 dst_reg:4; /* dest register */74 __u8 src_reg:4; /* source register */75 __s16 off; /* signed offset */76 __s32 imm; /* signed immediate constant */
187 static inline int bpf2a64_offset(int bpf_insn, int off, in bpf2a64_offset()
824 struct bpf_insn*, s64, s64)) in __bpf_fill_pattern()