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

  /bionic/libc/kernel/uapi/linux/
pkt_cls.h 110 #define TC_U32_HTID(h) ((h) & 0xFFF00000)
111 #define TC_U32_USERHTID(h) (TC_U32_HTID(h) >> 20)
  /external/iproute2/include/uapi/linux/
pkt_cls.h 135 #define TC_U32_HTID(h) ((h)&0xFFF00000)
136 #define TC_U32_USERHTID(h) (TC_U32_HTID(h)>>20)
  /external/kernel-headers/original/uapi/linux/
pkt_cls.h 135 #define TC_U32_HTID(h) ((h)&0xFFF00000)
136 #define TC_U32_USERHTID(h) (TC_U32_HTID(h)>>20)
  /external/libnl/include/linux-private/linux/
pkt_cls.h 171 #define TC_U32_HTID(h) ((h)&0xFFF00000)
172 #define TC_U32_USERHTID(h) (TC_U32_HTID(h)>>20)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
pkt_cls.h 171 #define TC_U32_HTID(h) ((h)&0xFFF00000)
172 #define TC_U32_USERHTID(h) (TC_U32_HTID(h)>>20)
  /external/iproute2/tc/
f_u32.c 85 __u32 htid = TC_U32_HTID(handle);

Completed in 510 milliseconds