Home
last modified time | relevance | path

Searched refs:SO_ATTACH_BPF (Results 1 – 24 of 24) sorted by relevance

/external/strace/xlat/
Dsock_options.h1173 #if defined(SO_ATTACH_BPF) || (defined(HAVE_DECL_SO_ATTACH_BPF) && HAVE_DECL_SO_ATTACH_BPF)
1175 static_assert((SO_ATTACH_BPF) == (52), "SO_ATTACH_BPF != 52");
1178 # define SO_ATTACH_BPF 52
1181 #if defined(SO_ATTACH_BPF) || (defined(HAVE_DECL_SO_ATTACH_BPF) && HAVE_DECL_SO_ATTACH_BPF)
1183 static_assert((SO_ATTACH_BPF) == (16427), "SO_ATTACH_BPF != 16427");
1186 # define SO_ATTACH_BPF 16427
1189 #if defined(SO_ATTACH_BPF) || (defined(HAVE_DECL_SO_ATTACH_BPF) && HAVE_DECL_SO_ATTACH_BPF)
1191 static_assert((SO_ATTACH_BPF) == (50), "SO_ATTACH_BPF != 50");
1194 # define SO_ATTACH_BPF 50
1810 XLAT(SO_ATTACH_BPF),
[all …]
Dsock_options.in378 SO_ATTACH_BPF 52
380 SO_ATTACH_BPF 16427
382 SO_ATTACH_BPF 50
/external/kernel-headers/original/uapi/asm-generic/
Dsocket.h88 #define SO_ATTACH_BPF 50 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dsocket.h104 #define SO_ATTACH_BPF 50 macro
/external/syzkaller/sys/linux/
Dsocket_ppc64le.const278 SO_ATTACH_BPF = 50
Dsocket_386.const278 SO_ATTACH_BPF = 50
Dsocket_arm64.const278 SO_ATTACH_BPF = 50
Dsocket_arm.const278 SO_ATTACH_BPF = 50
Dsocket_amd64.const278 SO_ATTACH_BPF = 50
Dsocket.txt165 setsockopt$sock_attach_bpf(fd sock, level const[SOL_SOCKET], optname const[SO_ATTACH_BPF], optval p…
/external/bcc/src/cc/
Dlibbpf.c68 #ifndef SO_ATTACH_BPF
69 #define SO_ATTACH_BPF 50 macro
657 return setsockopt(sock, SOL_SOCKET, SO_ATTACH_BPF, &prog, sizeof(prog)); in bpf_attach_socket()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1490 SO_ATTACH_BPF = 0x34 const
Dzerrors_linux_mipsle.go1786 SO_ATTACH_BPF = 0x32 const
Dzerrors_linux_s390x.go1846 SO_ATTACH_BPF = 0x32 const
Dzerrors_linux_arm.go1792 SO_ATTACH_BPF = 0x32 const
Dzerrors_linux_ppc64le.go1842 SO_ATTACH_BPF = 0x32 const
Dzerrors_linux_mips64.go1786 SO_ATTACH_BPF = 0x32 const
Dzerrors_linux_ppc64.go1842 SO_ATTACH_BPF = 0x32 const
Dzerrors_linux_amd64.go1786 SO_ATTACH_BPF = 0x32 const
Dzerrors_linux_mips64le.go1786 SO_ATTACH_BPF = 0x32 const
Dzerrors_linux_386.go1785 SO_ATTACH_BPF = 0x32 const
Dzerrors_linux_mips.go1786 SO_ATTACH_BPF = 0x32 const
Dzerrors_linux_arm64.go1776 SO_ATTACH_BPF = 0x32 const
/external/strace/
DChangeLog36204 * xlat/sockoptions.in: Add SO_ATTACH_BPF, SO_BPF_EXTENSIONS,