Searched refs:bpf_core_patch_insn (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | relo_core.h | 89 int bpf_core_patch_insn(const char *prog_name, struct bpf_insn *insn,
|
H A D | relo_core.c | 1024 int bpf_core_patch_insn(const char *prog_name, struct bpf_insn *insn, in bpf_core_patch_insn() function 1403 * bpf_core_patch_insn() uniformly by replacing that instruction with in bpf_core_calc_relo_insn()
|
H A D | libbpf.c | 5878 err = bpf_core_patch_insn(prog->name, insn, insn_idx, rec, i, &targ_res); in bpf_object__relocate_core()
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.c | 5471 static int bpf_core_patch_insn(struct bpf_program *prog, in bpf_core_patch_insn() function 5865 * bpf_core_patch_insn() uniformly by replacing that instruction with in bpf_core_apply_relo() 5882 /* bpf_core_patch_insn() should know how to handle missing targ_spec */ in bpf_core_apply_relo() 5883 err = bpf_core_patch_insn(prog, relo, relo_idx, &targ_res); in bpf_core_apply_relo()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | btf.c | 8472 err = bpf_core_patch_insn((void *)ctx->log, insn, relo->insn_off / 8, relo, relo_idx, in bpf_core_apply()
|
Completed in 42 milliseconds