Home
last modified time | relevance | path

Searched defs:fd_prog (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_tag.c57 int fd_prog; in bpf_try_load_prog() local
91 static void tag_from_fdinfo(int fd_prog, uint8_t *tag, uint32_t len) in tag_from_fdinfo()
168 int i, fd_prog; in do_test() local
H A Dtest_verifier.c1260 static int do_prog_test_run(int fd_prog, bool unpriv, uint32_t expected_val, in do_prog_test_run()
1344 static struct bpf_insn *get_xlated_program(int fd_prog, int *cnt) in get_xlated_program()
1505 static bool check_xlated_program(struct bpf_test *test, int fd_prog) in check_xlated_program()
1557 int fd_prog, btf_fd, expected_ret, alignment_prevented_execution; in do_test_single() local
H A Dtest_loader.c483 static int do_prog_test_run(int fd_prog, int *retval) in do_prog_test_run()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dalign.c616 int fd_prog; in do_test_single() local
H A Dctx_rewrite.c632 static int get_xlated_program(int fd_prog, struct bpf_insn **buf, __u32 *cnt) in get_xlated_program()