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

  /external/libnl/include/linux-private/linux/
pkt_cls.h 61 #define TC_NCLS _TC_MAKEMASK1(8)
62 #define SET_TC_NCLS(v) ( TC_NCLS | (v & ~TC_NCLS))
63 #define CLR_TC_NCLS(v) ( v & ~TC_NCLS)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
pkt_cls.h 61 #define TC_NCLS _TC_MAKEMASK1(8)
62 #define SET_TC_NCLS(v) ( TC_NCLS | (v & ~TC_NCLS))
63 #define CLR_TC_NCLS(v) ( v & ~TC_NCLS)

Completed in 325 milliseconds