Searched refs:police_action_n2a (Results 1 – 1 of 1) sorted by relevance
/external/iproute2/tc/ |
D | m_police.c | 53 char *police_action_n2a(int action, char *buf, int len) in police_action_n2a() function 357 fprintf(f, "action %s", police_action_n2a(p->action, b1, sizeof(b1))); in print_police() 359 fprintf(f, "/%s ", police_action_n2a(*(int*)RTA_DATA(tb[TCA_POLICE_RESULT]), b1, sizeof(b1))); in print_police()
|