Searched defs:fd_prog (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/tools/testing/selftests/bpf/ |
D | test_tag.c | 57 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
|
D | test_verifier.c | 1151 static int do_prog_test_run(int fd_prog, bool unpriv, uint32_t expected_val, in do_prog_test_run() 1235 static int get_xlated_program(int fd_prog, struct bpf_insn **buf, int *cnt) in get_xlated_program() 1395 static bool check_xlated_program(struct bpf_test *test, int fd_prog) in check_xlated_program() 1446 int fd_prog, btf_fd, expected_ret, alignment_prevented_execution; in do_test_single() local
|
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/ |
D | align.c | 606 int fd_prog; in do_test_single() local
|