/bionic/libc/kernel/uapi/linux/ |
kcm.h | 24 int bpf_fd; member in struct:kcm_attach
|
bpf.h | 174 __u32 bpf_fd; member in struct:bpf_attr::__anon443
|
/external/kernel-headers/original/uapi/linux/ |
kcm.h | 19 int bpf_fd; member in struct:kcm_attach
|
bpf.h | 173 __u32 bpf_fd; member in struct:bpf_attr::__anon21092
|
/external/strace/ |
bpf.c | 188 uint32_t bpf_fd; member in struct:__anon30171 202 tprints(", bpf_fd="); 203 printfd(tcp, attr.bpf_fd);
|
/external/linux-kselftest/tools/testing/selftests/net/ |
reuseport_bpf.c | 98 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/iproute2/include/linux/ |
bpf.h | 132 __u32 bpf_fd; member in struct:bpf_attr::__anon20369
|