HomeSort by relevance Sort by last modified time
    Searched refs:BPF_RET (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/strace/xlat/
bpf_class.h 22 #if defined(BPF_RET) || (defined(HAVE_DECL_BPF_RET) && HAVE_DECL_BPF_RET)
23 XLAT(BPF_RET),
  /external/dhcpcd/
bpf-filter.h 46 BPF_STMT(BPF_RET + BPF_K, BPF_WHOLEPACKET),
48 BPF_STMT(BPF_RET + BPF_K, 0),
96 BPF_STMT(BPF_RET + BPF_K, BPF_WHOLEPACKET),
98 BPF_STMT(BPF_RET + BPF_K, 0),
  /external/strace/tests/
seccomp.c 31 BPF_STMT(BPF_RET | BPF_K, SECCOMP_RET_ALLOW)
35 BPF_STMT(BPF_RET | BPF_K, SECCOMP_RET_ERRNO | (SECCOMP_RET_DATA & (err)))
38 BPF_STMT(BPF_RET | BPF_K, SECCOMP_RET_KILL)
42 "BPF_STMT(BPF_RET | BPF_K, SECCOMP_RET_ALLOW), ", \
47 "BPF_STMT(BPF_RET | BPF_K, SECCOMP_RET_ERRNO | %#x), ", \
91 printf("BPF_STMT(BPF_RET | BPF_K, SECCOMP_RET_KILL)");
  /external/openssh/
sandbox-seccomp-filter.c 78 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ERRNO|(_errno))
81 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ALLOW)
89 BPF_STMT(BPF_RET+BPF_K, SECCOMP_FILTER_FAIL),
132 BPF_STMT(BPF_RET+BPF_K, SECCOMP_FILTER_FAIL),
  /cts/tests/tests/os/jni/seccomp-tests/tests/
seccomp_bpf_tests.c 134 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ALLOW),
162 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ALLOW),
198 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ALLOW),
235 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ALLOW),
256 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ALLOW),
279 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ALLOW),
311 BPF_STMT(BPF_RET|BPF_K, 0x10000000U),
331 BPF_STMT(BPF_RET|BPF_K, 0x90000000U),
350 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
369 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL)
    [all...]
  /bionic/libc/kernel/uapi/linux/
bpf_common.h 30 #define BPF_RET 0x06
  /external/kernel-headers/original/uapi/linux/
bpf_common.h 12 #define BPF_RET 0x06
  /external/libpcap/
bpf_image.c 73 case BPF_RET|BPF_K:
78 case BPF_RET|BPF_A:
  /external/strace/
seccomp.c 93 case BPF_RET:
118 if (BPF_CLASS(filter->code) == BPF_RET) {
  /cts/tests/tests/os/jni/
android_os_cts_OSFeatures.cpp 44 #define DENY BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_KILL)
  /development/ndk/platforms/android-3/include/linux/
filter.h 42 #define BPF_RET 0x06
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
filter.h 48 #define BPF_RET 0x06
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
filter.h 46 #define BPF_RET 0x06
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
filter.h 42 #define BPF_RET 0x06
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
filter.h 42 #define BPF_RET 0x06
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
filter.h 42 #define BPF_RET 0x06
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
filter.h 42 #define BPF_RET 0x06
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
filter.h 42 #define BPF_RET 0x06
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
filter.h 42 #define BPF_RET 0x06
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
filter.h 42 #define BPF_RET 0x06
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
filter.h 42 #define BPF_RET 0x06
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
filter.h 42 #define BPF_RET 0x06
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
filter.h 42 #define BPF_RET 0x06
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
filter.h 42 #define BPF_RET 0x06
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
filter.h 42 #define BPF_RET 0x06

Completed in 1283 milliseconds

1 2 3 4