Searched refs:bpf_insn (Results 101 - 115 of 115) sorted by relevance

12345

/linux-master/arch/mips/net/
H A Dbpf_jit_comp32.c1263 static int emit_call(struct jit_context *ctx, const struct bpf_insn *insn)
1463 int build_insn(const struct bpf_insn *insn, struct jit_context *ctx)
/linux-master/arch/x86/net/
H A Dbpf_jit_comp32.c1570 const struct bpf_insn *insn, u8 **pprog)
1662 struct bpf_insn *insn = bpf_prog->insnsi;
H A Dbpf_jit_comp.c1185 static void detect_reg_usage(struct bpf_insn *insn, int insn_cnt,
1273 struct bpf_insn *insn = bpf_prog->insnsi;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c830 struct bpf_insn __insns[] = { insn }; \
838 struct bpf_insn insns[64];
H A Dtc_opts.c2383 const struct bpf_insn prog_insns[] = {
2387 const size_t prog_insn_cnt = sizeof(prog_insns) / sizeof(struct bpf_insn);
H A Dbtf.c5635 struct bpf_insn insns[MAX_INSNS];
6439 static size_t probe_prog_length(const struct bpf_insn *fp)
/linux-master/arch/powerpc/net/
H A Dbpf_jit_comp64.c368 const struct bpf_insn *insn = fp->insnsi;
952 * 16 byte instruction that uses two 'struct bpf_insn'
H A Dbpf_jit_comp32.c285 const struct bpf_insn *insn = fp->insnsi;
1010 * 16 byte instruction that uses two 'struct bpf_insn'
/linux-master/include/uapi/linux/
H A Dbpf.h77 struct bpf_insn { struct
/linux-master/tools/include/uapi/linux/
H A Dbpf.h77 struct bpf_insn { struct
/linux-master/kernel/trace/
H A Dbpf_trace.c2185 const struct bpf_insn *si,
2186 struct bpf_insn *insn_buf,
2189 struct bpf_insn *insn = insn_buf;
/linux-master/kernel/bpf/
H A Dsyscall.c4449 static struct bpf_insn *bpf_insn_prepare_dump(const struct bpf_prog *prog,
4453 struct bpf_insn *insns;
4613 struct bpf_insn *insns_sanitized;
/linux-master/arch/riscv/net/
H A Dbpf_jit.h1229 int bpf_jit_emit_insn(const struct bpf_insn *insn, struct rv_jit_context *ctx,
/linux-master/tools/testing/selftests/bpf/
H A Dxskxceiver.c2425 struct bpf_insn insns[2] = {
/linux-master/arch/s390/net/
H A Dbpf_jit_comp.c781 struct bpf_insn *insn = &fp->insnsi[i];
860 /* 16 byte instruction that uses two 'struct bpf_insn' */

Completed in 304 milliseconds

12345