Searched refs:TCA_POLICE_RESULT (Results 1 – 4 of 4) sorted by relevance
/external/iproute2/include/linux/ |
D | pkt_cls.h | 92 TCA_POLICE_RESULT, enumerator 94 #define TCA_POLICE_RESULT TCA_POLICE_RESULT macro
|
/external/kernel-headers/original/uapi/linux/ |
D | pkt_cls.h | 146 TCA_POLICE_RESULT, enumerator 148 #define TCA_POLICE_RESULT TCA_POLICE_RESULT macro
|
/external/libnl/include/linux/ |
D | pkt_cls.h | 168 TCA_POLICE_RESULT, enumerator 170 #define TCA_POLICE_RESULT TCA_POLICE_RESULT macro
|
/external/iproute2/tc/ |
D | m_police.c | 304 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()
|