Searched refs:action_n2a (Results 1 – 9 of 9) sorted by relevance
/external/iproute2/tc/ |
D | m_gact.c | 229 fprintf(f, "gact action %s", action_n2a(p->action, b1, sizeof (b1))); in print_gact() 238 …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 | 94 extern char *action_n2a(int action, char *buf, int len);
|
D | m_csum.c | 228 action_n2a(sel->action, action_buf, sizeof(action_buf))); in print_csum()
|
D | m_bpf.c | 185 fprintf(f, "default-action %s\n", action_n2a(parm->action, action_buf, in bpf_print_opt()
|
D | m_vlan.c | 206 fprintf(f, " %s", action_n2a(parm->action, b1, sizeof (b1))); in print_vlan()
|
D | m_mirred.c | 279 …fprintf(f, "mirred (%s to device %s) %s", mirred_n2a(p->eaction), dev,action_n2a(p->action, b1, si… in print_mirred()
|
D | m_pedit.c | 552 fprintf(f, " pedit action %s keys %d\n ", action_n2a(sel->action, b1, sizeof (b1)),sel->nkeys); in print_pedit()
|
D | tc_util.c | 414 char * action_n2a(int action, char *buf, int len) in action_n2a() function
|