Home
last modified time | relevance | path

Searched refs:get_xlated_program (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dkptr_xchg_inline.c26 err = get_xlated_program(bpf_program__fd(skel->progs.kptr_xchg_inline), &insn, &cnt); in test_kptr_xchg_inline()
H A Dctx_rewrite.c676 err = get_xlated_program(prog_fd, &buf, &cnt); in match_program()
/linux/tools/testing/selftests/bpf/
H A Dtesting_helpers.h57 int get_xlated_program(int fd_prog, struct bpf_insn **buf, __u32 *cnt);
H A Dtesting_helpers.c444 int get_xlated_program(int fd_prog, struct bpf_insn **buf, __u32 *cnt) in get_xlated_program() function
H A Dtest_loader.c896 err = get_xlated_program(prog_fd, &insn_start, &insns_cnt); in get_xlated_program_text()