Searched defs:bpf_fd (Results 1 - 6 of 6) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dkcm.h19 int bpf_fd; member in struct:kcm_attach
H A Dbpf.h173 __u32 bpf_fd; member in struct:bpf_attr::__anon8590
/external/linux-kselftest/tools/testing/selftests/net/
H A Dreuseport_bpf_numa.c75 int bpf_fd; local
93 bpf_fd = syscall(__NR_bpf, BPF_PROG_LOAD, &attr, sizeof(attr));
94 if (bpf_fd < 0)
97 if (setsockopt(fd, SOL_SOCKET, SO_ATTACH_REUSEPORT_EBPF, &bpf_fd,
98 sizeof(bpf_fd)))
101 close(bpf_fd);
H A Dreuseport_bpf.c98 int bpf_fd; local
121 bpf_fd = syscall(__NR_bpf, BPF_PROG_LOAD, &attr, sizeof(attr));
122 if (bpf_fd < 0)
125 if (setsockopt(fd, SOL_SOCKET, SO_ATTACH_REUSEPORT_EBPF, &bpf_fd,
126 sizeof(bpf_fd)))
129 close(bpf_fd);
347 int fd, bpf_fd; local
363 bpf_fd = syscall(__NR_bpf, BPF_PROG_LOAD, &eprog, sizeof(eprog));
364 if (bpf_fd < 0)
374 if (!setsockopt(fd, SOL_SOCKET, SO_ATTACH_REUSEPORT_EBPF, &bpf_fd,
[all...]
/external/strace/
H A Dbpf.c189 uint32_t bpf_fd; member in struct:__anon18803
203 tprints(", bpf_fd=");
204 printfd(tcp, attr.bpf_fd);
/external/iproute2/include/linux/
H A Dbpf.h132 __u32 bpf_fd; member in struct:bpf_attr::__anon7867

Completed in 828 milliseconds