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

  /bionic/libc/kernel/uapi/linux/tc_act/
tc_sample.h 31 TCA_SAMPLE_PARMS,
  /external/iproute2/include/uapi/linux/tc_act/
tc_sample.h 18 TCA_SAMPLE_PARMS,
  /external/kernel-headers/original/uapi/linux/tc_act/
tc_sample.h 18 TCA_SAMPLE_PARMS,
  /external/iproute2/tc/
m_sample.c 126 addattr_l(n, MAX_MSG, TCA_SAMPLE_PARMS, &p, sizeof(p));
151 if (!tb[TCA_SAMPLE_PARMS] || !tb[TCA_SAMPLE_RATE] ||
156 p = RTA_DATA(tb[TCA_SAMPLE_PARMS]);

Completed in 71 milliseconds