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

  /bionic/libc/kernel/uapi/linux/
pkt_cls.h 99 TCA_POLICE_RESULT,
103 #define TCA_POLICE_RESULT TCA_POLICE_RESULT
  /external/iproute2/include/uapi/linux/
pkt_cls.h 118 TCA_POLICE_RESULT,
122 #define TCA_POLICE_RESULT TCA_POLICE_RESULT
  /external/kernel-headers/original/uapi/linux/
pkt_cls.h 118 TCA_POLICE_RESULT,
122 #define TCA_POLICE_RESULT TCA_POLICE_RESULT
  /external/libnl/include/linux-private/linux/
pkt_cls.h 162 TCA_POLICE_RESULT,
164 #define TCA_POLICE_RESULT TCA_POLICE_RESULT
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
pkt_cls.h 162 TCA_POLICE_RESULT,
164 #define TCA_POLICE_RESULT TCA_POLICE_RESULT
  /external/iproute2/tc/
m_police.c 242 addattr32(n, MAX_MSG, TCA_POLICE_RESULT, presult);
301 if (tb[TCA_POLICE_RESULT]) {
302 __u32 action = rta_getattr_u32(tb[TCA_POLICE_RESULT]);

Completed in 170 milliseconds