Home
last modified time | relevance | path

Searched refs:SO_BPF_EXTENSIONS (Results 1 – 18 of 18) sorted by relevance

/external/strace/xlat/
Dsock_options.h1123 #if defined(SO_BPF_EXTENSIONS) || (defined(HAVE_DECL_SO_BPF_EXTENSIONS) && HAVE_DECL_SO_BPF_EXTENSI…
1125 static_assert((SO_BPF_EXTENSIONS) == (50), "SO_BPF_EXTENSIONS != 50");
1128 # define SO_BPF_EXTENSIONS 50
1131 #if defined(SO_BPF_EXTENSIONS) || (defined(HAVE_DECL_SO_BPF_EXTENSIONS) && HAVE_DECL_SO_BPF_EXTENSI…
1133 static_assert((SO_BPF_EXTENSIONS) == (16425), "SO_BPF_EXTENSIONS != 16425");
1136 # define SO_BPF_EXTENSIONS 16425
1139 #if defined(SO_BPF_EXTENSIONS) || (defined(HAVE_DECL_SO_BPF_EXTENSIONS) && HAVE_DECL_SO_BPF_EXTENSI…
1141 static_assert((SO_BPF_EXTENSIONS) == (48), "SO_BPF_EXTENSIONS != 48");
1144 # define SO_BPF_EXTENSIONS 48
1794 XLAT(SO_BPF_EXTENSIONS),
[all …]
Dsock_options.in362 SO_BPF_EXTENSIONS 50
364 SO_BPF_EXTENSIONS 16425
366 SO_BPF_EXTENSIONS 48
/external/kernel-headers/original/uapi/asm-generic/
Dsocket.h84 #define SO_BPF_EXTENSIONS 48 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dsocket.h100 #define SO_BPF_EXTENSIONS 48 macro
/external/libpcap/
Dpcap-linux.c3582 #if defined(SO_BPF_EXTENSIONS) && defined(SKF_AD_VLAN_TAG_PRESENT)
3924 #if defined(SO_BPF_EXTENSIONS) && defined(SKF_AD_VLAN_TAG_PRESENT)
3930 if (getsockopt(sock_fd, SOL_SOCKET, SO_BPF_EXTENSIONS,
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1495 SO_BPF_EXTENSIONS = 0x32 const
Dzerrors_linux_mipsle.go1791 SO_BPF_EXTENSIONS = 0x30 const
Dzerrors_linux_s390x.go1851 SO_BPF_EXTENSIONS = 0x30 const
Dzerrors_linux_arm.go1797 SO_BPF_EXTENSIONS = 0x30 const
Dzerrors_linux_ppc64le.go1847 SO_BPF_EXTENSIONS = 0x30 const
Dzerrors_linux_mips64.go1791 SO_BPF_EXTENSIONS = 0x30 const
Dzerrors_linux_ppc64.go1847 SO_BPF_EXTENSIONS = 0x30 const
Dzerrors_linux_amd64.go1791 SO_BPF_EXTENSIONS = 0x30 const
Dzerrors_linux_mips64le.go1791 SO_BPF_EXTENSIONS = 0x30 const
Dzerrors_linux_386.go1790 SO_BPF_EXTENSIONS = 0x30 const
Dzerrors_linux_mips.go1791 SO_BPF_EXTENSIONS = 0x30 const
Dzerrors_linux_arm64.go1781 SO_BPF_EXTENSIONS = 0x30 const
/external/strace/
DChangeLog36204 * xlat/sockoptions.in: Add SO_ATTACH_BPF, SO_BPF_EXTENSIONS,