HomeSort by relevance Sort by last modified time
    Searched full:reclassify (Results 1 - 21 of 21) sorted by null

  /external/iproute2/doc/actions/
gact-usage 5 ACTION := reclassify | drop | continue | pass | ok
15 - reclassify implies continue classification where we left off
actions-general 65 { drop, pass, reclassify, continue}
69 +reclassify requests for reclassification of the packet
  /external/iproute2/tc/
m_gact.c 48 "Where: \tACTION := reclassify | drop | continue | pass \n"
57 "Where: \tACTION := reclassify | drop | continue | pass \n"
76 if (matches(*argv, "reclassify") == 0) {
m_police.c 43 fprintf(stderr, "Where: *EXCEEDACT := pipe | ok | reclassify | drop | continue \n");
66 return "reclassify";
89 else if (matches(arg, "reclassify") == 0)
222 } else if (matches(*argv, "reclassify") == 0) {
m_csum.c 128 if (matches(*argv, "reclassify") == 0) {
m_mirred.c 160 if (matches(*argv, "reclassify") == 0) {
m_nat.c 121 if (matches(*argv, "reclassify") == 0) {
m_skbedit.c 104 if (matches(*argv, "reclassify") == 0) {
tc_util.c 379 return "reclassify";
404 else if (matches(arg, "reclassify") == 0)
m_pedit.c 509 if (matches(*argv, "reclassify") == 0) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
pkt_cls.h 22 bit 2,3,4,5: Reclassify counter - sort of reverse TTL - if exceeded
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pkt_cls.h 22 bit 2,3,4,5: Reclassify counter - sort of reverse TTL - if exceeded
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pkt_cls.h 22 bit 2,3,4,5: Reclassify counter - sort of reverse TTL - if exceeded
  /external/iproute2/include/linux/
pkt_cls.h 23 bit 2,3,4,5: Reclassify counter - sort of reverse TTL - if exceeded
  /external/kernel-headers/original/linux/
pkt_cls.h 23 bit 2,3,4,5: Reclassify counter - sort of reverse TTL - if exceeded
  /external/chromium_org/courgette/
adjustment_method_2.cc 909 void Reclassify(Shingle* shingle) {
939 Reclassify(const_cast<Shingle*>(&*p));
    [all...]
  /frameworks/base/core/java/android/provider/
MediaStore.java 66 * rescan and reclassify that have become unhidden because of renaming folders or
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java 384 * Reclassify nodes in each list to new table. Because we
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java     [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java     [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java     [all...]

Completed in 838 milliseconds