Searched refs:get_xlated_program (Results 1 – 5 of 5) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | kptr_xchg_inline.c | 26 err = get_xlated_program(bpf_program__fd(skel->progs.kptr_xchg_inline), &insn, &cnt); in test_kptr_xchg_inline()
|
H A D | ctx_rewrite.c | 676 err = get_xlated_program(prog_fd, &buf, &cnt); in match_program()
|
/linux/tools/testing/selftests/bpf/ |
H A D | testing_helpers.h | 57 int get_xlated_program(int fd_prog, struct bpf_insn **buf, __u32 *cnt);
|
H A D | testing_helpers.c | 444 int get_xlated_program(int fd_prog, struct bpf_insn **buf, __u32 *cnt) in get_xlated_program() function
|
H A D | test_loader.c | 896 err = get_xlated_program(prog_fd, &insn_start, &insns_cnt); in get_xlated_program_text()
|