/bionic/libc/kernel/uapi/linux/ |
kcm.h | 23 int bpf_fd; member in struct:kcm_attach
|
bpf.h | 143 __u32 bpf_fd; member in struct:bpf_attr::__anon445
|
/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::__anon21291
|
/external/linux-kselftest/tools/testing/selftests/net/ |
reuseport_bpf_numa.c | 75 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);
|
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::__anon20568
|
/external/strace/ |
bpf.c | 189 uint32_t bpf_fd; member in struct:__anon31505 203 tprints(", bpf_fd="); 204 printfd(tcp, attr.bpf_fd);
|
configure | [all...] |
/external/strace/tests/ |
bpf.c | 104 .bpf_fd = -1 198 ", {pathname=\"/sys/fs/bpf/foo/bar\", bpf_fd=-1}, %u) = %s\n", 204 ", {pathname=\"/sys/fs/bpf/foo/bar\", bpf_fd=-1}, %u) = %s\n",
|
/external/strace/tests-m32/ |
bpf.c | 104 .bpf_fd = -1 198 ", {pathname=\"/sys/fs/bpf/foo/bar\", bpf_fd=-1}, %u) = %s\n", 204 ", {pathname=\"/sys/fs/bpf/foo/bar\", bpf_fd=-1}, %u) = %s\n",
|
/external/strace/tests-mx32/ |
bpf.c | 104 .bpf_fd = -1 198 ", {pathname=\"/sys/fs/bpf/foo/bar\", bpf_fd=-1}, %u) = %s\n", 204 ", {pathname=\"/sys/fs/bpf/foo/bar\", bpf_fd=-1}, %u) = %s\n",
|
/external/iproute2/tc/ |
tc_bpf.c | 784 .bpf_fd = fd, [all...] |