Searched defs:bpf_insn (Results 1 – 4 of 4) sorted by relevance
65 struct bpf_insn { struct66 __u8 code; /* opcode */67 __u8 dst_reg:4; /* dest register */68 __u8 src_reg:4; /* source register */69 __s16 off; /* signed offset */70 __s32 imm; /* signed immediate constant */
146 static inline int bpf2a64_offset(int bpf_insn, int off, in bpf2a64_offset()
640 const struct bpf_insn *insnsi, in bpf_dispatcher_nop_func()