Home
last modified time | relevance | path

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

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

Completed in 16 milliseconds