Searched refs:TCA_ACT_KIND (Results 1 – 4 of 4) sorted by relevance
/external/iproute2/tc/ |
D | m_action.c | 229 addattr_l(n, MAX_MSG, TCA_ACT_KIND, k, strlen(k) + 1); in parse_action() 274 if (tb[TCA_ACT_KIND] == NULL) { in tc_print_one_action() 280 a = get_action_kind(RTA_DATA(tb[TCA_ACT_KIND])); in tc_print_one_action() 476 addattr_l(&req.n, MAX_MSG, TCA_ACT_KIND, k, strlen(k) + 1); in tc_action_gd() 584 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 | 11 TCA_ACT_KIND, enumerator
|
/external/kernel-headers/original/uapi/linux/ |
D | pkt_cls.h | 65 TCA_ACT_KIND, enumerator
|
/external/libnl/include/linux/ |
D | pkt_cls.h | 81 TCA_ACT_KIND, enumerator
|