Searched defs:fd_array (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | fd_array.c | 98 static int __load_test_prog(int map_fd, const int *fd_array, int fd_array_cnt) in __load_test_prog() 118 static int load_test_prog(const int *fd_array, int fd_array_cnt) in load_test_prog()
|
| /linux/tools/testing/selftests/net/ |
| H A D | bind_bhash.c | 28 static int fd_array[MAX_THREADS][MAX_CONNECTIONS]; variable
|
| /linux/tools/lib/bpf/ |
| H A D | bpf_gen_internal.h | 52 int fd_array; member
|
| H A D | libbpf.c | 760 int *fd_array; member
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_verifier.c | 968 static void fixup_prog_kfuncs(struct bpf_insn *prog, int *fd_array, in fixup_prog_kfuncs() 1008 struct bpf_insn *prog, int *map_fds, int *fd_array) in do_test_fixup() 1514 int fd_array[2] = { -1, -1 }; in do_test_single() local
|
| /linux/include/linux/ |
| H A D | bpf_verifier.h | 1017 struct bpf_fd_array *fd_array; member
|
| /linux/kernel/bpf/ |
| H A D | verifier.c | 20528 bpfptr_t fd_array, u32 cnt) in process_fd_array_continuous() 20558 bpfptr_t fd_array = make_bpfptr(attr->fd_array, uattr.is_kernel); in process_fd_array() local
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 1640 __aligned_u64 fd_array; /* array of FDs */ member
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 1640 __aligned_u64 fd_array; /* array of FDs */ member
|