Searched refs:bpf_fd (Results 1 - 10 of 10) 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::__anon8458
/external/linux-kselftest/tools/testing/selftests/net/
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/iproute2/include/linux/
H A Dbpf.h132 __u32 bpf_fd; member in struct:bpf_attr::__anon7735
/external/strace/
H A Dbpf.c188 uint32_t bpf_fd; member in struct:__anon17566
202 tprints(", bpf_fd=");
203 printfd(tcp, attr.bpf_fd);
H A Dconfigure9809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether union bpf_attr.bpf_fd initialization works" >&5
9810 $as_echo_n "checking whether union bpf_attr.bpf_fd initialization works... " >&6; }
9820 union bpf_attr a = { .bpf_fd = 0 };
/external/strace/tests/
H A Dbpf.c104 .bpf_fd = -1
197 ", {pathname=\"/sys/fs/bpf/foo/bar\", bpf_fd=-1}, %u) = %s\n",
203 ", {pathname=\"/sys/fs/bpf/foo/bar\", bpf_fd=-1}, %u) = %s\n",
/external/strace/tests-m32/
H A Dbpf.c104 .bpf_fd = -1
197 ", {pathname=\"/sys/fs/bpf/foo/bar\", bpf_fd=-1}, %u) = %s\n",
203 ", {pathname=\"/sys/fs/bpf/foo/bar\", bpf_fd=-1}, %u) = %s\n",
/external/strace/tests-mx32/
H A Dbpf.c104 .bpf_fd = -1
197 ", {pathname=\"/sys/fs/bpf/foo/bar\", bpf_fd=-1}, %u) = %s\n",
203 ", {pathname=\"/sys/fs/bpf/foo/bar\", bpf_fd=-1}, %u) = %s\n",
/external/iproute2/tc/
H A Dtc_bpf.c784 .bpf_fd = fd,

Completed in 296 milliseconds