Searched refs:police_action_n2a (Results 1 - 1 of 1) sorted by relevance

/external/iproute2/tc/
H A Dm_police.c53 char *police_action_n2a(int action, char *buf, int len) function
357 fprintf(f, "action %s", police_action_n2a(p->action, b1, sizeof(b1)));
359 fprintf(f, "/%s ", police_action_n2a(*(int*)RTA_DATA(tb[TCA_POLICE_RESULT]), b1, sizeof(b1)));

Completed in 64 milliseconds