Searched refs:TCA_ACT_KIND (Results 1 – 8 of 8) sorted by relevance
/external/strace/xlat/ |
D | 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 macro 33 XLAT(TCA_ACT_KIND),
|
D | rtnl_tc_action_attrs.in | 2 TCA_ACT_KIND 1
|
/external/iproute2/tc/ |
D | m_action.c | 229 addattr_l(n, MAX_MSG, TCA_ACT_KIND, k, strlen(k) + 1); in parse_action() 301 if (tb[TCA_ACT_KIND] == NULL) { in tc_print_one_action() 307 a = get_action_kind(RTA_DATA(tb[TCA_ACT_KIND])); in tc_print_one_action() 523 addattr_l(&req.n, MAX_MSG, TCA_ACT_KIND, k, strlen(k) + 1); in tc_action_gd() 638 addattr_l(&req.n, MAX_MSG, TCA_ACT_KIND, k, strlen(k) + 1); in tc_act_list_or_flush()
|
/external/libnl/lib/route/ |
D | act.c | 80 NLA_PUT_STRING(msg, TCA_ACT_KIND, tc->tc_kind); in rtnl_act_fill_one() 416 if (tb2[TCA_ACT_KIND] == NULL) { in rtnl_act_parse() 421 nla_strlcpy(kind, tb2[TCA_ACT_KIND], sizeof(kind)); in rtnl_act_parse()
|
/external/strace/ |
D | rtnl_tc_action.c | 41 [TCA_ACT_KIND] = decode_nla_str,
|
/external/iproute2/include/uapi/linux/ |
D | pkt_cls.h | 13 TCA_ACT_KIND, enumerator
|
/external/kernel-headers/original/uapi/linux/ |
D | pkt_cls.h | 13 TCA_ACT_KIND, enumerator
|
/external/libnl/include/linux-private/linux/ |
D | pkt_cls.h | 80 TCA_ACT_KIND, enumerator
|