HomeSort by relevance Sort by last modified time
    Searched refs:SKF_LL_OFF (Results 1 - 9 of 9) sorted by null

  /external/iproute2/include/uapi/linux/
filter.h 85 #define SKF_LL_OFF (-0x200000)
88 #define BPF_LL_OFF SKF_LL_OFF
  /external/strace/
bpf_sock_filter.c 50 } else if (fp->k >= (unsigned int) SKF_LL_OFF) {
51 tprintf("%s+%u", "SKF_LL_OFF",
52 fp->k - (unsigned int) SKF_LL_OFF);
  /bionic/libc/kernel/uapi/linux/
filter.h 67 #define SKF_LL_OFF (- 0x200000)
69 #define BPF_LL_OFF SKF_LL_OFF
  /external/kernel-headers/original/uapi/linux/
filter.h 85 #define SKF_LL_OFF (-0x200000)
88 #define BPF_LL_OFF SKF_LL_OFF
  /external/iptables/include/linux/
filter.h 136 #define SKF_LL_OFF (-0x200000)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
filter.h 128 #define SKF_LL_OFF (-0x200000)
  /external/strace/tests/
sock_filter-v.c 50 BPF_STMT(BPF_LD|BPF_B|BPF_ABS, SKF_LL_OFF+4),
65 PRINT_STMT_SYM("[", BPF_LD|BPF_B|BPF_ABS, SKF_LL_OFF+4);
  /external/strace/tests-m32/
sock_filter-v.c 50 BPF_STMT(BPF_LD|BPF_B|BPF_ABS, SKF_LL_OFF+4),
65 PRINT_STMT_SYM("[", BPF_LD|BPF_B|BPF_ABS, SKF_LL_OFF+4);
  /external/strace/tests-mx32/
sock_filter-v.c 50 BPF_STMT(BPF_LD|BPF_B|BPF_ABS, SKF_LL_OFF+4),
65 PRINT_STMT_SYM("[", BPF_LD|BPF_B|BPF_ABS, SKF_LL_OFF+4);

Completed in 634 milliseconds