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

  /external/strace/xlat/
rtnl_tc_action_attrs.h 5 #if !(defined(TCA_ACT_KIND) || (defined(HAVE_DECL_TCA_ACT_KIND) && HAVE_DECL_TCA_ACT_KIND))
6 # define TCA_ACT_KIND 1
33 XLAT(TCA_ACT_KIND),
  /external/strace/
rtnl_tc_action.c 41 [TCA_ACT_KIND] = decode_nla_str,
  /external/iproute2/tc/
m_action.c 229 addattr_l(n, MAX_MSG, TCA_ACT_KIND, k, strlen(k) + 1);
301 if (tb[TCA_ACT_KIND] == NULL) {
307 a = get_action_kind(RTA_DATA(tb[TCA_ACT_KIND]));
523 addattr_l(&req.n, MAX_MSG, TCA_ACT_KIND, k, strlen(k) + 1);
638 addattr_l(&req.n, MAX_MSG, TCA_ACT_KIND, k, strlen(k) + 1);
  /external/libnl/lib/route/
act.c 80 NLA_PUT_STRING(msg, TCA_ACT_KIND, tc->tc_kind);
416 if (tb2[TCA_ACT_KIND] == NULL) {
421 nla_strlcpy(kind, tb2[TCA_ACT_KIND], sizeof(kind));
  /bionic/libc/kernel/uapi/linux/
pkt_cls.h 26 TCA_ACT_KIND,
  /external/iproute2/include/uapi/linux/
pkt_cls.h 13 TCA_ACT_KIND,
  /external/kernel-headers/original/uapi/linux/
pkt_cls.h 13 TCA_ACT_KIND,
  /external/libnl/include/linux-private/linux/
pkt_cls.h 80 TCA_ACT_KIND,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
pkt_cls.h 80 TCA_ACT_KIND,

Completed in 538 milliseconds