Lines Matching refs:fd_array
947 /* We need the fd to stay open so it can be used in fd_array.
968 static void fixup_prog_kfuncs(struct bpf_insn *prog, int *fd_array,
993 /* We put bpf_testmod module fd into fd_array
996 *fd_array = btf__fd(testmod_btf);
1008 struct bpf_insn *prog, int *map_fds, int *fd_array)
1233 fixup_prog_kfuncs(prog, fd_array, test->fixup_kfunc_btf_id);
1514 int fd_array[2] = { -1, -1 };
1535 do_test_fixup(test, prog_type, prog, map_fds, &fd_array[1]);
1569 if (fd_array[1] != -1)
1570 opts.fd_array = &fd_array[0];