Home
last modified time | relevance | path

Searched refs:TCA_POLICE_RESULT (Results 1 – 4 of 4) sorted by relevance

/external/iproute2/include/linux/
Dpkt_cls.h92 TCA_POLICE_RESULT, enumerator
94 #define TCA_POLICE_RESULT TCA_POLICE_RESULT macro
/external/kernel-headers/original/uapi/linux/
Dpkt_cls.h146 TCA_POLICE_RESULT, enumerator
148 #define TCA_POLICE_RESULT TCA_POLICE_RESULT macro
/external/libnl/include/linux/
Dpkt_cls.h168 TCA_POLICE_RESULT, enumerator
170 #define TCA_POLICE_RESULT TCA_POLICE_RESULT macro
/external/iproute2/tc/
Dm_police.c304 addattr32(n, MAX_MSG, TCA_POLICE_RESULT, presult); in act_parse_police()
358 if (tb[TCA_POLICE_RESULT]) { in print_police()
359 fprintf(f, "/%s ", police_action_n2a(*(int*)RTA_DATA(tb[TCA_POLICE_RESULT]), b1, sizeof(b1))); in print_police()