Home
last modified time | relevance | path

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

/linux-6.12.1/arch/loongarch/net/
Dbpf_jit.h47 static inline int bpf2la_offset(int bpf_insn, int off, const struct jit_ctx *ctx) in bpf2la_offset()
/linux-6.12.1/include/uapi/linux/
Dbpf.h77 struct bpf_insn { struct
78 __u8 code; /* opcode */
79 __u8 dst_reg:4; /* dest register */
80 __u8 src_reg:4; /* source register */
81 __s16 off; /* signed offset */
82 __s32 imm; /* signed immediate constant */
/linux-6.12.1/tools/include/uapi/linux/
Dbpf.h77 struct bpf_insn { struct
78 __u8 code; /* opcode */
79 __u8 dst_reg:4; /* dest register */
80 __u8 src_reg:4; /* source register */
81 __s16 off; /* signed offset */
82 __s32 imm; /* signed immediate constant */
/linux-6.12.1/arch/arm64/net/
Dbpf_jit_comp.c227 static inline int bpf2a64_offset(int bpf_insn, int off, in bpf2a64_offset()
/linux-6.12.1/lib/
Dtest_bpf.c824 struct bpf_insn*, s64, s64)) in __bpf_fill_pattern()