Searched refs:TCA_ACT_KIND (Results 1 – 4 of 4) sorted by relevance
/external/iproute2/tc/ |
D | m_action.c | 225 addattr_l(n, MAX_MSG, TCA_ACT_KIND, k, strlen(k) + 1); in parse_action() 269 if (tb[TCA_ACT_KIND] == NULL) { in tc_print_one_action() 275 a = get_action_kind(RTA_DATA(tb[TCA_ACT_KIND])); in tc_print_one_action() 455 addattr_l(&req.n, MAX_MSG, TCA_ACT_KIND, k, strlen(k) + 1); in tc_action_gd() 563 addattr_l(&req.n, MAX_MSG, TCA_ACT_KIND, k, strlen(k) + 1); in tc_act_list_or_flush()
|
/external/iproute2/include/linux/ |
D | pkt_cls.h | 80 TCA_ACT_KIND, enumerator
|
/external/libnl/include/linux/ |
D | pkt_cls.h | 81 TCA_ACT_KIND, enumerator
|
/external/kernel-headers/original/uapi/linux/ |
D | pkt_cls.h | 80 TCA_ACT_KIND, enumerator
|