Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dctx_rewrite.c632 static int get_xlated_program(int fd_prog, struct bpf_insn **buf, __u32 *cnt) in get_xlated_program() function
773 err = get_xlated_program(prog_fd, &buf, &cnt); in match_program()
/Linux-v6.6/tools/testing/selftests/bpf/
Dtest_verifier.c1344 static struct bpf_insn *get_xlated_program(int fd_prog, int *cnt) in get_xlated_program() function
1516 buf = get_xlated_program(fd_prog, &cnt); in check_xlated_program()