Home
last modified time | relevance | path

Searched refs:BPF_SCM_MAX_FDS (Results 1 – 4 of 4) sorted by relevance

/external/iproute2/include/
Dbpf_scm.h11 #define BPF_SCM_MAX_FDS ELF_MAX_MAPS macro
24 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()
/external/iproute2/examples/bpf/
Dbpf_agent.c179 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()
/external/iproute2/tc/
De_bpf.c59 int fds[BPF_SCM_MAX_FDS]; in parse_bpf()
Dtc_bpf.c1755 min_fd = min(BPF_SCM_MAX_FDS * 1U, entries - i); in bpf_map_set_send()