Home
last modified time | relevance | path

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

/linux-5.19.10/tools/include/uapi/linux/
Dbpf.h71 struct bpf_insn { struct
72 __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 */
/linux-5.19.10/include/uapi/linux/
Dbpf.h71 struct bpf_insn { struct
72 __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 */
/linux-5.19.10/arch/arm64/net/
Dbpf_jit_comp.c162 static inline int bpf2a64_offset(int bpf_insn, int off, in bpf2a64_offset()
/linux-5.19.10/lib/
Dtest_bpf.c824 struct bpf_insn*, s64, s64)) in __bpf_fill_pattern()
/linux-5.19.10/include/linux/
Dbpf.h878 const struct bpf_insn *insnsi, in bpf_dispatcher_nop_func()