Searched refs:action_n2a (Results 1 – 6 of 6) sorted by relevance
/external/iproute2/tc/ |
D | m_gact.c | 228 fprintf(f, "gact action %s", action_n2a(p->action, b1, sizeof (b1))); in print_gact() 237 …fprintf(f, "\n\t random type %s %s val %d",prob_n2a(pp->ptype), action_n2a(pp->paction, b2, sizeof… in print_gact()
|
D | m_nat.c | 196 action_n2a(sel->action, buf3, sizeof (buf3))); in print_nat()
|
D | tc_util.h | 96 extern char *action_n2a(int action, char *buf, int len);
|
D | m_mirred.c | 282 …fprintf(f, "mirred (%s to device %s) %s", mirred_n2a(p->eaction), dev,action_n2a(p->action, b1, si… in print_mirred()
|
D | tc_util.c | 393 char * action_n2a(int action, char *buf, int len) in action_n2a() function
|
D | m_pedit.c | 569 fprintf(f, " pedit action %s keys %d\n ", action_n2a(sel->action, b1, sizeof (b1)),sel->nkeys); in print_pedit()
|