Searched defs:bpf_insn (Results 1 – 6 of 6) sorted by relevance
45 struct bpf_insn { struct46 __u8 code;47 __u8 dst_reg:4;48 __u8 src_reg:4;49 __s16 off;50 __s32 imm;
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 */
58 struct bpf_insn { struct59 __u8 code;60 __u8 dst_reg : 4;61 __u8 src_reg : 4;62 __s16 off;63 __s32 imm;
146 static inline int bpf2a64_offset(int bpf_insn, int off, in bpf2a64_offset()
716 const struct bpf_insn *insnsi, in bpf_dispatcher_nop_func()