Searched refs:BPF_SCM_MAX_FDS (Results 1 – 4 of 4) sorted by relevance
11 #define BPF_SCM_MAX_FDS ELF_MAX_MAPS macro24 struct bpf_elf_map ent[BPF_SCM_MAX_FDS];38 const unsigned int cmsg_ctl_len = sizeof(int) * BPF_SCM_MAX_FDS; in bpf_map_set_init()
179 min_fd = min(BPF_SCM_MAX_FDS * 1U, entries - i); in bpf_map_set_recv()210 int fds[BPF_SCM_MAX_FDS]; in main()249 ret = bpf_map_set_recv(fd, fds, &aux, BPF_SCM_MAX_FDS); in main()
59 int fds[BPF_SCM_MAX_FDS]; in parse_bpf()
1755 min_fd = min(BPF_SCM_MAX_FDS * 1U, entries - i); in bpf_map_set_send()