Home
last modified time | relevance | path

Searched defs:bpf_insn (Results 1 – 5 of 5) sorted by relevance

/linux/arch/loongarch/net/
H A Dbpf_jit.h53 static inline int bpf2la_offset(int bpf_insn, int off, const struct jit_ctx *ctx) in bpf2la_offset()
/linux/tools/include/uapi/linux/
H A Dbpf.h80 struct bpf_insn { struct
81 __u8 code; /* opcode */
82 __u8 dst_reg:4; /* dest register */
83 __u8 src_reg:4; /* source register */
84 __s16 off; /* signed offset */
85 __s32 imm; /* signed immediate constant */
/linux/include/uapi/linux/
H A Dbpf.h80 struct bpf_insn { struct
81 __u8 code; /* opcode */
82 __u8 dst_reg:4; /* dest register */
83 __u8 src_reg:4; /* source register */
84 __s16 off; /* signed offset */
85 __s32 imm; /* signed immediate constant */
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c252 static inline int bpf2a64_offset(int bpf_insn, int off, in bpf2a64_offset()
/linux/lib/
H A Dtest_bpf.c844 struct bpf_insn*, s64, s64)) in __bpf_fill_pattern()