Searched defs:fd_array (Results 1 – 11 of 11) 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()
|
| H A D | bpf_insn_array.c | 16 static int prog_load(struct bpf_insn *insns, __u32 insn_cnt, int *fd_array, __u32 fd_array_cnt) in prog_load()
|
| /linux/tools/testing/selftests/net/ |
| H A D | bind_bhash.c | 28 static int fd_array[MAX_THREADS][MAX_CONNECTIONS]; variable
|
| /linux/include/linux/ |
| H A D | fdtable.h | 56 struct file __rcu * fd_array[NR_OPEN_DEFAULT]; member
|
| /linux/tools/lib/bpf/ |
| H A D | bpf_gen_internal.h | 52 int fd_array; member
|
| H A D | bpf.h | 90 const int *fd_array; member
|
| H A D | libbpf.c | 752 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/drivers/infiniband/core/ |
| H A D | uverbs_cmd.c | 236 int *fd_array; in ib_init_ucontext() local
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 1596 __aligned_u64 fd_array; /* array of FDs */ global() member
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 1596 __aligned_u64 fd_array; /* array of FDs */ global() member
|