HomeSort by relevance Sort by last modified time
    Searched defs:NF_QUEUE (Results 26 - 31 of 31) sorted by null

12

  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
netfilter.h 20 #define NF_QUEUE 3
31 #define NF_QUEUE_NR(x) (((x << NF_VERDICT_QBITS) & NF_VERDICT_QMASK) | NF_QUEUE)
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
netfilter.h 20 #define NF_QUEUE 3
31 #define NF_QUEUE_NR(x) (((x << NF_VERDICT_QBITS) & NF_VERDICT_QMASK) | NF_QUEUE)
  /bionic/libc/kernel/common/linux/
netfilter.h 27 #define NF_QUEUE 3
37 #define NF_QUEUE_NR(x) ((((x) << NF_VERDICT_BITS) & NF_VERDICT_QMASK) | NF_QUEUE)
  /external/iproute2/include/linux/
netfilter.h 11 #define NF_QUEUE 3
24 #define NF_QUEUE_NR(x) ((((x) << NF_VERDICT_BITS) & NF_VERDICT_QMASK) | NF_QUEUE)
  /external/iptables/include/linux/
netfilter.h 11 #define NF_QUEUE 3
24 #define NF_QUEUE_NR(x) ((((x) << NF_VERDICT_BITS) & NF_VERDICT_QMASK) | NF_QUEUE)
  /external/kernel-headers/original/linux/
netfilter.h 21 #define NF_QUEUE 3
34 #define NF_QUEUE_NR(x) ((((x) << NF_VERDICT_BITS) & NF_VERDICT_QMASK) | NF_QUEUE)

Completed in 224 milliseconds

12